Skip to content

Commit 70c5a00

Browse files
committed
🔖 8.8.0
1 parent 6f7fe7e commit 70c5a00

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ that can be found in the LICENSE file. -->
66

77
See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions.
88

9-
## 8.7.2
9+
## 8.8.0
10+
11+
### New features
12+
13+
- Add Korean language support. (#494)
1014

1115
### Improvements
1216

1317
- Use `viewAsset` in the preview button.
1418

19+
### Fixes
20+
21+
- Fix disposed provider throwing error when fetching assets. (#493)
22+
1523
## 8.7.1
1624

1725
### Improvements

example/pubspec.yaml

+1-1
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: 8.7.2+46
3+
version: 8.8.0+47
44
publish_to: none
55

66
environment:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wechat_assets_picker
2-
version: 8.7.2
2+
version: 8.8.0
33
description: |
44
An image picker (also with videos and audio)
55
for Flutter projects based on WeChat's UI,

0 commit comments

Comments
 (0)