File tree 6 files changed +19
-5
lines changed
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. -->
9
9
10
10
## Unreleased
11
11
12
+ ** None.**
13
+
14
+ ## 9.4.0
15
+
16
+ ### Improvements
17
+
18
+ - Allows ` extended_image: ^9.0.0 ` .
19
+
12
20
### Fixes
13
21
14
22
- 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;
8
8
import 'app_localizations_en.dart' ;
9
9
import 'app_localizations_zh.dart' ;
10
10
11
+ // ignore_for_file: type=lint
12
+
11
13
/// Callers can lookup localized strings with an instance of AppLocalizations
12
14
/// returned by `AppLocalizations.of(context)` .
13
15
///
Original file line number Diff line number Diff line change 1
1
import 'app_localizations.dart' ;
2
2
3
+ // ignore_for_file: type=lint
4
+
3
5
/// The translations for English (`en` ).
4
6
class AppLocalizationsEn extends AppLocalizations {
5
7
AppLocalizationsEn ([String locale = 'en' ]) : super (locale);
Original file line number Diff line number Diff line change 1
1
import 'app_localizations.dart' ;
2
2
3
+ // ignore_for_file: type=lint
4
+
3
5
/// The translations for Chinese (`zh` ).
4
6
class AppLocalizationsZh extends AppLocalizations {
5
7
AppLocalizationsZh ([String locale = 'zh' ]) : super (locale);
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker_demo
2
2
description : The demo project for the wechat_assets_picker package.
3
- version : 9.3.3+61
3
+ version : 9.4.0+62
4
4
publish_to : none
5
5
6
6
environment :
@@ -17,11 +17,11 @@ dependencies:
17
17
path : ../
18
18
wechat_camera_picker : ^4.2.0
19
19
20
- extended_image : ^8.3.0
20
+ extended_image : any
21
21
package_info_plus : ' >=5.0.0 <9.0.0'
22
22
path : ^1.8.0
23
23
path_provider : ^2.0.15
24
- provider : ^6.0.2
24
+ provider : any
25
25
26
26
dev_dependencies :
27
27
flutter_lints : any
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker
2
- version : 9.3.3
2
+ version : 9.4.0
3
3
description : |
4
4
An image picker (also with videos and audio)
5
5
for Flutter projects based on WeChat's UI,
@@ -24,7 +24,7 @@ dependencies:
24
24
25
25
wechat_picker_library : ^1.0.5
26
26
27
- extended_image : ^ 8.3.0
27
+ extended_image : ' >= 8.3.0 <10.0.0 '
28
28
photo_manager : ^3.5.0
29
29
photo_manager_image_provider : ^2.2.0
30
30
provider : ^6.0.5
You can’t perform that action at this time.
0 commit comments