Skip to content

Commit 4676257

Browse files
committed
🔖 ## 5.5.7
1 parent 506c7b8 commit 4676257

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 5.5.7
8+
9+
- Make `switchPath` method in `AssetPickerProvider` async.
10+
711
## 5.5.6
812

913
- Add Japanese language text delegate. (Thanks to @KosukeSaigusa)

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 5.5.6
3+
version: 5.5.7
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

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

1414
extended_image: ^4.1.0
15-
photo_manager: ^1.2.2
15+
photo_manager: ^1.2.3
1616
provider: ^5.0.0
1717
video_player: ^2.1.6

0 commit comments

Comments
 (0)