File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
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+1
10+
11+ ### Fixes
12+
13+ - Fixes the breaking ` ColorScheme.background ` implementation on older Flutter SDKs.
14+
915## 4.3.0
1016
1117### Improvements
Original file line number Diff line number Diff line change 11name : wechat_camera_picker_demo
22description : A new Flutter project.
3- version : 4.3.0+35
3+ version : 4.3.0+36
44publish_to : none
55
66environment :
Original file line number Diff line number Diff line change 11// Copyright 2019 The FlutterCandies author. All rights reserved.
22// Use of this source code is governed by an Apache license that can be found
33// in the LICENSE file.
4+ // ignore_for_file: deprecated_member_use
45
56import 'dart:async' ;
67
@@ -92,12 +93,14 @@ class CameraPicker extends StatefulWidget {
9293 primaryContainer: Colors .grey[900 ],
9394 secondary: themeColor,
9495 secondaryContainer: themeColor,
96+ background: Colors .grey[900 ]! ,
9597 surface: Colors .grey[900 ]! ,
9698 brightness: Brightness .dark,
9799 error: const Color (0xffcf6679 ),
98100 onPrimary: Colors .black,
99101 onSecondary: Colors .black,
100102 onSurface: Colors .white,
103+ onBackground: Colors .white,
101104 onError: Colors .black,
102105 ),
103106 );
Original file line number Diff line number Diff line change 11name : wechat_camera_picker
2- version : 4.3.0
2+ version : 4.3.0+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