Skip to content

Commit 638ccab

Browse files
committed
Updates versions and CHANGELOGs. Runs pigeon generator
1 parent c02b221 commit 638ccab

File tree

8 files changed

+931
-797
lines changed

8 files changed

+931
-797
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: camera_example
2+
description: Demonstrates how to use the camera plugin.
3+
publish_to: none
4+
5+
environment:
6+
sdk: ^3.4.0
7+
flutter: ">=3.22.0"
8+
9+
dependencies:
10+
camera:
11+
# When depending on this package from a real application you should use:
12+
# camera: ^x.y.z
13+
# See https://dart.dev/tools/pub/dependencies#version-constraints
14+
# The example app is bundled with the plugin so we use a path dependency on
15+
# the parent directory to use the current plugin's version.
16+
path: ../
17+
flutter:
18+
sdk: flutter
19+
path_provider: ^2.0.0
20+
video_player: ^2.7.0
21+
22+
dev_dependencies:
23+
build_runner: ^2.1.10
24+
flutter_driver:
25+
sdk: flutter
26+
flutter_test:
27+
sdk: flutter
28+
integration_test:
29+
sdk: flutter
30+
leak_tracker_flutter_testing: any
31+
32+
flutter:
33+
uses-material-design: true
Lines changed: 240 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,240 @@
1+
## 0.9.19
2+
3+
- Adds lensType in the PlatformCameraDescription
4+
5+
## 0.9.18+8
6+
7+
* Migrates unit tests to Swift.
8+
9+
## 0.9.18+7
10+
11+
* Fixes crash when setting `activeFormat` on `FLTCaptureDevice`.
12+
13+
## 0.9.18+6
14+
15+
* Refactors implementations to remove remaining usage of OCMock in internal testing.
16+
17+
## 0.9.18+5
18+
19+
* Migrates unit tests to Swift.
20+
21+
## 0.9.18+4
22+
23+
* Refactors implementations to reduce usage of OCMock in internal testing.
24+
25+
## 0.9.18+3
26+
27+
* Refactors implementations to reduce usage of OCMock in internal testing.
28+
29+
## 0.9.18+2
30+
31+
* Refactors implementations to reduce usage of OCMock in internal testing.
32+
33+
## 0.9.18+1
34+
35+
* Refactors implementations to reduce usage of OCMock in internal testing.
36+
37+
## 0.9.18
38+
39+
* Adds API support query for image streaming.
40+
41+
## 0.9.17+7
42+
43+
* Fixes changing global audio session category to be collision free across plugins.
44+
45+
## 0.9.17+6
46+
47+
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
48+
* Removes OCMock usage from permission tests
49+
50+
## 0.9.17+5
51+
52+
* Adds ability to use any supported FPS and fixes crash when using unsupported FPS.
53+
54+
## 0.9.17+4
55+
56+
* Updates Pigeon for non-nullable collection type support.
57+
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
58+
59+
## 0.9.17+3
60+
61+
* Fixes deallocation of camera on dispose.
62+
63+
## 0.9.17+2
64+
65+
* Fixes stopVideoRecording waiting indefinitely and lag at start of video.
66+
67+
## 0.9.17+1
68+
69+
* Fixes a crash due to appending sample buffers when readyForMoreMediaData is NO.
70+
71+
## 0.9.17
72+
73+
* Adds Swift Package Manager compatibility.
74+
75+
## 0.9.16+3
76+
77+
* Removes unused `maxVideoDuration` code.
78+
79+
## 0.9.16+2
80+
81+
* Fixes regression taking a picture in torch mode.
82+
83+
## 0.9.16+1
84+
85+
* Fixes sample times not being numeric after pause/resume.
86+
87+
## 0.9.16
88+
89+
* Converts Dart-to-host communcation to Pigeon.
90+
* Fixes a race condition in camera disposal.
91+
92+
## 0.9.15+4
93+
94+
* Converts host-to-Dart communcation to Pigeon.
95+
96+
## 0.9.15+3
97+
98+
* Moves `pigeon` to `dev_dependencies`.
99+
100+
## 0.9.15+2
101+
102+
* Converts camera query to Pigeon.
103+
104+
## 0.9.15+1
105+
106+
* Simplifies internal handling of method channel responses.
107+
108+
## 0.9.15
109+
110+
* Adds support to control video FPS and bitrate. See `CameraController.withSettings`.
111+
112+
## 0.9.14+2
113+
114+
* Removes `_ambiguate` methods from example code.
115+
116+
## 0.9.14+1
117+
118+
* Fixes bug where max resolution preset does not produce highest available resolution on iOS.
119+
120+
## 0.9.14
121+
122+
* Adds support to HEIF format.
123+
124+
## 0.9.13+11
125+
126+
* Fixes a memory leak of sample buffer when pause and resume the video recording.
127+
* Removes development team from example app.
128+
* Updates minimum iOS version to 12.0 and minimum Flutter version to 3.16.6.
129+
130+
## 0.9.13+10
131+
132+
* Adds privacy manifest.
133+
134+
## 0.9.13+9
135+
136+
* Fixes new lint warnings.
137+
138+
## 0.9.13+8
139+
140+
* Updates example app to use non-deprecated video_player method.
141+
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
142+
143+
## 0.9.13+7
144+
145+
* Fixes inverted orientation strings.
146+
147+
## 0.9.13+6
148+
149+
* Fixes incorrect use of `NSError` that could cause crashes on launch.
150+
151+
## 0.9.13+5
152+
153+
* Ignores audio samples until the first video sample arrives.
154+
155+
## 0.9.13+4
156+
157+
* Adds pub topics to package metadata.
158+
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
159+
160+
## 0.9.13+3
161+
162+
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
163+
* Fixes unawaited_futures violations.
164+
165+
## 0.9.13+2
166+
167+
* Removes obsolete null checks on non-nullable values.
168+
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
169+
170+
## 0.9.13+1
171+
172+
* Clarifies explanation of endorsement in README.
173+
174+
## 0.9.13
175+
176+
* Allows camera to be switched while video recording.
177+
* Aligns Dart and Flutter SDK constraints.
178+
179+
## 0.9.12
180+
181+
* Updates minimum Flutter version to 3.3 and iOS 11.
182+
183+
## 0.9.11+1
184+
185+
* Updates links for the merge of flutter/plugins into flutter/packages.
186+
187+
## 0.9.11
188+
189+
* Adds back use of Optional type.
190+
* Updates minimum Flutter version to 3.0.
191+
192+
## 0.9.10+2
193+
194+
* Updates code for stricter lint checks.
195+
196+
## 0.9.10+1
197+
198+
* Updates code for stricter lint checks.
199+
200+
## 0.9.10
201+
202+
* Remove usage of deprecated quiver Optional type.
203+
204+
## 0.9.9
205+
206+
* Implements option to also stream when recording a video.
207+
208+
## 0.9.8+6
209+
210+
* Updates code for `no_leading_underscores_for_local_identifiers` lint.
211+
* Updates minimum Flutter version to 2.10.
212+
213+
## 0.9.8+5
214+
215+
* Fixes a regression introduced in 0.9.8+4 where the stream handler is not set.
216+
217+
## 0.9.8+4
218+
219+
* Fixes a crash due to sending orientation change events when the engine is torn down.
220+
221+
## 0.9.8+3
222+
223+
* Fixes avoid_redundant_argument_values lint warnings and minor typos.
224+
* Ignores missing return warnings in preparation for [upcoming analysis changes](https://github.com/flutter/flutter/issues/105750).
225+
226+
## 0.9.8+2
227+
228+
* Fixes exception in registerWith caused by the switch to an in-package method channel.
229+
230+
## 0.9.8+1
231+
232+
* Ignores deprecation warnings for upcoming styleFrom button API changes.
233+
234+
## 0.9.8
235+
236+
* Switches to internal method channel implementation.
237+
238+
## 0.9.7+1
239+
240+
* Splits from `camera` as a federated implementation.

0 commit comments

Comments
 (0)