@@ -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
6256Add ` wechat_assets_picker ` to ` pubspec.yaml ` dependencies.
6357``` yaml
6458dependencies :
65- wechat_assets_picker : $latest_version
59+ wechat_assets_picker : ^2.1.0
6660` ` `
6761Then import the package in your code:
6862` ` ` dart
0 commit comments