File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- # [ 2.2.0-dev.4 ]
1
+ # [ 2.2.0]
2
2
3
3
* Brand new example.
4
4
* Add ` SortPathDelegate ` .
5
5
* Using zoom page transition for viewer.
6
6
* Slightly add padding to viewer's assets list view.
7
7
* Migrate elevation and color to material rendering.
8
+ * Request thumb only when request type is not audio.
8
9
* Force request title for audio type asset.
9
10
* Expose ` AssetType ` enum.
11
+ * Fix issue with request type.
10
12
11
13
# [ 2.1.0]
12
14
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker
2
2
description : An assets picker in pure dart which looks like the one in WeChat, support multi asset pick from device.
3
- version : 2.2.0-dev.4
3
+ version : 2.2.0
4
4
homepage : https://github.com/fluttercandies/flutter_wechat_assets_picker
5
5
6
6
environment :
@@ -12,8 +12,8 @@ dependencies:
12
12
sdk : flutter
13
13
14
14
assets_audio_player : ^1.6.4+4
15
- extended_image : " >=0.8 .0 <2.0.0"
15
+ extended_image : " >=0.9 .0 <2.0.0"
16
16
flutter_common_exports : ^0.1.0
17
17
photo_manager : " >=0.5.3 <2.0.0"
18
18
provider : ^4.1.2
19
- video_player : " >=0.10.11 <2.0.0"
19
+ video_player : " >=0.10.11+1 <2.0.0"
You can’t perform that action at this time.
0 commit comments