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. -->
6
6
7
7
See the [ Migration Guide] ( guides/migration_guide.md ) for breaking changes between versions.
8
8
9
+ ## 4.2.1
10
+
11
+ ### Fixes
12
+
13
+ - Fix ignore locks when exception throws.
14
+
9
15
## 4.2.0
10
16
11
17
### Breaking changes
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker_demo
2
2
description : A new Flutter project.
3
- version : 4.2.0+32
3
+ version : 4.2.1+33
4
4
publish_to : none
5
5
6
6
environment :
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ class CameraPickerState extends State<CameraPicker>
334
334
return initializeLock! .future;
335
335
}
336
336
final lock = ignoreLocks ? initializeLock! : Completer <void >();
337
- if (ignoreLocks ) {
337
+ if (lock != initializeLock ) {
338
338
initializeLock = lock;
339
339
}
340
340
Future (() async {
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker
2
- version : 4.2.0
2
+ version : 4.2.1
3
3
description : |
4
4
A camera picker for Flutter projects based on WeChat's UI,
5
5
which is also a separate runnable extension to the
You can’t perform that action at this time.
0 commit comments