File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## 5.0.0-nullsafety.5
7
+ ## 5.0.0
8
8
9
9
- Add ability to show the special item when the device has no assets.
10
10
- Allow users build their own picker with custom assets types. (See example for custom delegate.)
11
+ - Slightly reduce performance consume with layout.
11
12
12
13
### Breaking changes
13
14
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ dependencies:
13
13
14
14
wechat_assets_picker :
15
15
path : ../
16
- wechat_camera_picker : ^2.0.0-nullsafety.4
16
+ wechat_camera_picker : ^2.0.0
17
17
18
18
extended_image : ^3.0.0
19
19
path : ^1.8.0
20
- path_provider : ^2.0.0
20
+ path_provider : ^2.0.1
21
21
provider : ^5.0.0
22
22
23
23
flutter :
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker
2
2
description : An audio/video/image picker in pure Dart which is the same with WeChat, support multi picking.
3
- version : 5.0.0-nullsafety.5
3
+ version : 5.0.0
4
4
homepage : https://github.com/fluttercandies/flutter_wechat_assets_picker
5
5
6
6
environment :
7
- sdk : " >=2.12.0-0 <3.0.0"
8
- flutter : " >=1.22.6 "
7
+ sdk : " >=2.12.0 <3.0.0"
8
+ flutter : " >=2.0.0 "
9
9
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
13
14
14
extended_image : ^3.0.0
15
- photo_manager : ^1.0.0-nullsafety.0
15
+ photo_manager : ^1.0.0
16
16
provider : ^5.0.0
17
17
video_player : ^2.0.0
You can’t perform that action at this time.
0 commit comments