File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
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.3.0
10
+
11
+ ### Fixes
12
+
13
+ - Constraints ` camera_android ` version to resolves https://github.com/flutter/flutter/issues/150549 .
14
+
9
15
## 4.2.2
10
16
11
17
### Fixes
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.2+34
3
+ version : 4.3.0+35
4
4
publish_to : none
5
5
6
6
environment :
Original file line number Diff line number Diff line change @@ -92,14 +92,12 @@ class CameraPicker extends StatefulWidget {
92
92
primaryContainer: Colors .grey[900 ],
93
93
secondary: themeColor,
94
94
secondaryContainer: themeColor,
95
- background: Colors .grey[900 ]! ,
96
95
surface: Colors .grey[900 ]! ,
97
96
brightness: Brightness .dark,
98
97
error: const Color (0xffcf6679 ),
99
98
onPrimary: Colors .black,
100
99
onSecondary: Colors .black,
101
100
onSurface: Colors .white,
102
- onBackground: Colors .white,
103
101
onError: Colors .black,
104
102
),
105
103
);
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker
2
- version : 4.2.2
2
+ version : 4.3.0
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
@@ -25,6 +25,7 @@ dependencies:
25
25
wechat_picker_library : ^1.0.0
26
26
27
27
camera : ^0.10.0
28
+ camera_android : ' >=0.10.0 <0.10.9+4'
28
29
camera_platform_interface : ^2.1.5
29
30
30
31
path : ^1.8.0
You can’t perform that action at this time.
0 commit comments