File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ that can be found in the LICENSE file. -->
66
77See the [ Migration Guide] ( guides/migration_guide.md ) for breaking changes between versions.
88
9+ ## 4.2.1
10+
11+ ### Fixes
12+
13+ - Fix ignore locks when exception throws.
14+
915## 4.2.0
1016
1117### Breaking changes
Original file line number Diff line number Diff line change 11name : wechat_camera_picker_demo
22description : A new Flutter project.
3- version : 4.2.0+32
3+ version : 4.2.1+33
44publish_to : none
55
66environment :
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ class CameraPickerState extends State<CameraPicker>
334334 return initializeLock! .future;
335335 }
336336 final lock = ignoreLocks ? initializeLock! : Completer <void >();
337- if (ignoreLocks ) {
337+ if (lock != initializeLock ) {
338338 initializeLock = lock;
339339 }
340340 Future (() async {
Original file line number Diff line number Diff line change 11name : wechat_camera_picker
2- version : 4.2.0
2+ version : 4.2.1
33description : |
44 A camera picker for Flutter projects based on WeChat's UI,
55 which is also a separate runnable extension to the
You can’t perform that action at this time.
0 commit comments