Skip to content

Commit e8432b3

Browse files
committed
🔖 ## 2.1.0.
1 parent 5ebf61b commit e8432b3

File tree

4 files changed

+32
-36
lines changed

4 files changed

+32
-36
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [2.1.0]
2+
3+
* Add present english text delegate.
4+
* Refactored theme constructor and getter with theme capability #22 .
5+
* Update color scheme usage for assets grid #23 .
6+
* Update picker viewer style for apple OS.
7+
* Fix bottom bar disappearing on apple os when it's single asset mode.
8+
19
# [2.0.2]
210

311
* Fix audio paused accidentally when the app is launching on Android #18 .

README-ZH.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Language: [English](README.md) | 中文简体
1515

1616
* [特性](#特性-)
1717
* [截图](#截图-)
18-
* [目标TODO](#目标todo-)
1918
* [准备工作](#准备工作-)
2019
* [Flutter](#flutter)
2120
* [Android](#android)
@@ -30,21 +29,16 @@ Language: [English](README.md) | 中文简体
3029

3130
## 特性 ✨
3231

33-
- 💚 99%的微信风格
34-
- 🌠 支持同时选择多个资源
35-
- 🔍 支持资源预览(图片、视频)
36-
37-
## 目标TODO 📅
38-
39-
- [x] 图片资源支持
40-
- [x] HEIC/HEIF格式图片支持
41-
- [x] 视频资源支持
42-
- [x] 音频资源支持
43-
- [x] 单资源模式
44-
- [x] 国际化支持
45-
- [x] 自定义文本支持
46-
- [x] 完整的自定义主题
47-
- [x] 支持 MacOS
32+
- [x] 💚 99%的微信风格
33+
- [x] 📷 图片资源支持
34+
- [x] 🔬HEIC格式图片支持
35+
- [x] 🎥 视频资源支持
36+
- [x] 🎶 音频资源支持
37+
- [x] 1️⃣ 单资源模式
38+
- [x] 💱 国际化支持
39+
- [x] 📝 自定义文本支持
40+
- [x] 🎏 完整的自定义主题
41+
- [x] 💻 支持 MacOS
4842

4943
## 截图 📸
5044

@@ -62,7 +56,7 @@ Language: [English](README.md) | 中文简体
6256

6357
```yaml
6458
dependencies:
65-
wechat_assets_picker: $latest_version
59+
wechat_assets_picker: ^2.1.0
6660
```
6761
6862
在你的代码中导入:

README.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ An **assets picker** which looks like the one in WeChat, based on `photo_manager
1515

1616
* [Features](#features-)
1717
* [Screenshots](#screenshots-)
18-
* [TODO](#todo-)
1918
* [Preparing for use](#preparing-for-use-)
2019
* [Flutter](#flutter)
2120
* [Android](#android)
@@ -30,21 +29,16 @@ An **assets picker** which looks like the one in WeChat, based on `photo_manager
3029

3130
## Features ✨
3231

33-
- 💚 99% simillar to WeChat style.
34-
- 🌠 Support multi assets pick.
35-
- 🔍 Support asset preview. (Image / Video)
36-
37-
## TODO 📅
38-
39-
- [x] Image asset support
40-
- [x] HEIC/HEIF Image type support
41-
- [x] Video asset support
42-
- [x] Audio asset support
43-
- [x] Single asset mode
44-
- [x] i18n support
45-
- [x] Custom text delegate support
46-
- [x] Custom theme entirely
47-
- [x] MacOS support
32+
- [x] 💚 99% simillar to WeChat style.
33+
- [x] 📷 Image asset support
34+
- [x] 🔬HEIC/HEIF Image type support
35+
- [x] 🎥 Video asset support
36+
- [x] 🎶 Audio asset support
37+
- [x] 1️⃣ Single asset mode
38+
- [x] 💱 i18n support
39+
- [x] 📝 Custom text delegate support
40+
- [x] 🎏 Custom theme entirely
41+
- [x] 💻 MacOS support
4842

4943
## Screenshots 📸
5044

@@ -62,7 +56,7 @@ Althought the package provide selection for assets, it still require users build
6256
Add `wechat_assets_picker` to `pubspec.yaml` dependencies.
6357
```yaml
6458
dependencies:
65-
wechat_assets_picker: $latest_version
59+
wechat_assets_picker: ^2.1.0
6660
```
6761
Then import the package in your code:
6862
```dart

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 assets picker in pure dart which looks like the one in WeChat, support multi asset pick from device.
3-
version: 2.0.2
3+
version: 2.1.0
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
assets_audio_player: ^1.6.2+5
14+
assets_audio_player: ^1.6.3
1515
extended_image: ">=0.8.0 <2.0.0"
1616
photo_manager: ">=0.5.2 <2.0.0"
1717
provider: ^4.1.2

0 commit comments

Comments
 (0)