Skip to content

Commit

Permalink
🔖 ## 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed May 8, 2022
1 parent 27e5975 commit bab9e65
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ that can be found in the LICENSE file. -->

# Changelog

## 7.2.0

### New features

- Separate `AssetPickerDelegate` (#315),
which provides the ability to override methods within the `AssetPicker`.

### Improvements

- Improve `specialItemBuilder`. (#314)

## 7.1.2

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wechat_assets_picker_demo
description: The demo project for the wechat_assets_picker package.
version: 7.1.2+15
version: 7.2.0+16
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wechat_assets_picker
description: An audio/video/image picker in pure Dart which is the same with WeChat, support multi picking.
version: 7.1.2
version: 7.2.0
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker

environment:
Expand Down

0 comments on commit bab9e65

Please sign in to comment.