Skip to content

Commit bab9e65

Browse files
committed
🔖 ## 7.2.0
1 parent 27e5975 commit bab9e65

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ that can be found in the LICENSE file. -->
44

55
# Changelog
66

7+
## 7.2.0
8+
9+
### New features
10+
11+
- Separate `AssetPickerDelegate` (#315),
12+
which provides the ability to override methods within the `AssetPicker`.
13+
14+
### Improvements
15+
16+
- Improve `specialItemBuilder`. (#314)
17+
718
## 7.1.2
819

920
### Fixes

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_assets_picker_demo
22
description: The demo project for the wechat_assets_picker package.
3-
version: 7.1.2+15
3+
version: 7.2.0+16
44
publish_to: none
55

66
environment:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_assets_picker
22
description: An audio/video/image picker in pure Dart which is the same with WeChat, support multi picking.
3-
version: 7.1.2
3+
version: 7.2.0
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:

0 commit comments

Comments
 (0)