Skip to content

Commit 8b62d17

Browse files
committed
🔖 ## 2.2.0.
1 parent b658501 commit 8b62d17

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# [2.2.0-dev.4]
1+
# [2.2.0]
22

33
* Brand new example.
44
* Add `SortPathDelegate`.
55
* Using zoom page transition for viewer.
66
* Slightly add padding to viewer's assets list view.
77
* Migrate elevation and color to material rendering.
8+
* Request thumb only when request type is not audio.
89
* Force request title for audio type asset.
910
* Expose `AssetType` enum.
11+
* Fix issue with request type.
1012

1113
# [2.1.0]
1214

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_assets_picker
22
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
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:
@@ -12,8 +12,8 @@ dependencies:
1212
sdk: flutter
1313

1414
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"
1616
flutter_common_exports: ^0.1.0
1717
photo_manager: ">=0.5.3 <2.0.0"
1818
provider: ^4.1.2
19-
video_player: ">=0.10.11 <2.0.0"
19+
video_player: ">=0.10.11+1 <2.0.0"

0 commit comments

Comments
 (0)