File tree Expand file tree Collapse file tree 6 files changed +19
-5
lines changed Expand file tree Collapse file tree 6 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ that can be found in the LICENSE file. -->
99
1010## Unreleased
1111
12+ ** None.**
13+
14+ ## 9.4.0
15+
16+ ### Improvements
17+
18+ - Allows ` extended_image: ^9.0.0 ` .
19+
1220### Fixes
1321
1422- Allows assets changing when no path previously.
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ import 'package:intl/intl.dart' as intl;
88import 'app_localizations_en.dart' ;
99import 'app_localizations_zh.dart' ;
1010
11+ // ignore_for_file: type=lint
12+
1113/// Callers can lookup localized strings with an instance of AppLocalizations
1214/// returned by `AppLocalizations.of(context)` .
1315///
Original file line number Diff line number Diff line change 11import 'app_localizations.dart' ;
22
3+ // ignore_for_file: type=lint
4+
35/// The translations for English (`en` ).
46class AppLocalizationsEn extends AppLocalizations {
57 AppLocalizationsEn ([String locale = 'en' ]) : super (locale);
Original file line number Diff line number Diff line change 11import 'app_localizations.dart' ;
22
3+ // ignore_for_file: type=lint
4+
35/// The translations for Chinese (`zh` ).
46class AppLocalizationsZh extends AppLocalizations {
57 AppLocalizationsZh ([String locale = 'zh' ]) : super (locale);
Original file line number Diff line number Diff line change 11name : wechat_assets_picker_demo
22description : The demo project for the wechat_assets_picker package.
3- version : 9.3.3+61
3+ version : 9.4.0+62
44publish_to : none
55
66environment :
@@ -17,11 +17,11 @@ dependencies:
1717 path : ../
1818 wechat_camera_picker : ^4.2.0
1919
20- extended_image : ^8.3.0
20+ extended_image : any
2121 package_info_plus : ' >=5.0.0 <9.0.0'
2222 path : ^1.8.0
2323 path_provider : ^2.0.15
24- provider : ^6.0.2
24+ provider : any
2525
2626dev_dependencies :
2727 flutter_lints : any
Original file line number Diff line number Diff line change 11name : wechat_assets_picker
2- version : 9.3.3
2+ version : 9.4.0
33description : |
44 An image picker (also with videos and audio)
55 for Flutter projects based on WeChat's UI,
@@ -24,7 +24,7 @@ dependencies:
2424
2525 wechat_picker_library : ^1.0.5
2626
27- extended_image : ^ 8.3.0
27+ extended_image : ' >= 8.3.0 <10.0.0 '
2828 photo_manager : ^3.5.0
2929 photo_manager_image_provider : ^2.2.0
3030 provider : ^6.0.5
You can’t perform that action at this time.
0 commit comments