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. -->
66
77See the [ Migration Guide] ( guides/migration_guide.md ) for breaking changes between versions.
88
9+ ## 4.3.0
10+
11+ ### Fixes
12+
13+ - Constraints ` camera_android ` version to resolves https://github.com/flutter/flutter/issues/150549 .
14+
915## 4.2.2
1016
1117### Fixes
Original file line number Diff line number Diff line change 11name : wechat_camera_picker_demo
22description : A new Flutter project.
3- version : 4.2.2+34
3+ version : 4.3.0+35
44publish_to : none
55
66environment :
Original file line number Diff line number Diff line change @@ -92,14 +92,12 @@ class CameraPicker extends StatefulWidget {
9292 primaryContainer: Colors .grey[900 ],
9393 secondary: themeColor,
9494 secondaryContainer: themeColor,
95- background: Colors .grey[900 ]! ,
9695 surface: Colors .grey[900 ]! ,
9796 brightness: Brightness .dark,
9897 error: const Color (0xffcf6679 ),
9998 onPrimary: Colors .black,
10099 onSecondary: Colors .black,
101100 onSurface: Colors .white,
102- onBackground: Colors .white,
103101 onError: Colors .black,
104102 ),
105103 );
Original file line number Diff line number Diff line change 11name : wechat_camera_picker
2- version : 4.2.2
2+ version : 4.3.0
33description : |
44 A camera picker for Flutter projects based on WeChat's UI,
55 which is also a separate runnable extension to the
@@ -25,6 +25,7 @@ dependencies:
2525 wechat_picker_library : ^1.0.0
2626
2727 camera : ^0.10.0
28+ camera_android : ' >=0.10.0 <0.10.9+4'
2829 camera_platform_interface : ^2.1.5
2930
3031 path : ^1.8.0
You can’t perform that action at this time.
0 commit comments