@@ -14,32 +14,44 @@ that can be found in the LICENSE file. -->
14
14
[ ![ GitHub forks] ( https://img.shields.io/github/forks/fluttercandies/flutter_wechat_assets_picker?logo=github&style=flat-square )] ( https://github.com/fluttercandies/flutter_wechat_assets_picker/network )
15
15
16
16
[ ![ Awesome Flutter] ( https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg )] ( https://github.com/Solido/awesome-flutter )
17
- < a target = " _blank " href = " https://jq.qq.com/?_wv=1027&k=5bcc0gy " >< img border = " 0 " src = " https:// pub.idqqimg.com/wpa/images/group.png" alt = " FlutterCandies " title = " FlutterCandies " ></ a >
17
+ [ ![ Flutter Candies QQ群 ] ( https://pub.idqqimg.com/wpa/images/group.png )] ( https://jq.qq.com/?_wv=1027&k=5bcc0gy )
18
18
19
19
Language: English | [ 中文] ( README-ZH.md )
20
20
21
- An image picker (also with videos and audios)
21
+ An ** image picker (also with videos and audios)**
22
22
for Flutter projects based on the WeChat's UI.
23
- The package is using
24
- [ photo_manager] [ photo_manager pub ] for asset implementation,
25
- [ extended_image] [ extended_image pub ] for image preview,
26
- and [ provider] [ provider pub ] to help manage the state of the picker.
27
23
28
24
Current WeChat version that UI based on: ** 8.3.x**
29
25
UI designs will be updated following the WeChat update in anytime.
30
26
31
27
To take a photo or a video for assets,
32
28
please check the detailed usage in the example,
33
29
and head over to [ wechat_camera_picker] [ wechat_camera_picker pub ] .
34
- The package is a standalone extension that need to be used with combination.
30
+ The package is a standalone extension that can to be used with combination.
35
31
36
32
See the [ Migration Guide] [ ] to learn how to migrate between breaking changes.
37
33
34
+ ## Package credits
35
+
36
+ The package is built from these wonderful packages.
37
+
38
+ | Name | Features |
39
+ | :-------------------------------------| :-----------------------------------------------------|
40
+ | [ photo_manager] [ photo_manager pub ] | The basic abstractions and management for assets. |
41
+ | [ extended_image] [ extended_image pub ] | Preview assets with expected behaviors. |
42
+ | [ provider] [ provider pub ] | Helps to manage the interaction state of the picker. |
43
+ | [ video_player] [ video_player pub ] | Plays videos and audios correspondingly. |
44
+
45
+ Their implementation should be relatively stable in the package.
46
+ If you've found any issues related to them when using the picker,
47
+ submit issues to our issue tracker first.
48
+
38
49
<details >
39
50
<summary >Table of content</summary >
40
51
41
52
<!-- TOC -->
42
53
* [ Flutter WeChat Assets Picker] ( #flutter-wechat-assets-picker )
54
+ * [ Package credits] ( #package-credits )
43
55
* [ Features ✨] ( #features- )
44
56
* [ Notes 📝] ( #notes- )
45
57
* [ Projects using this plugin 🖼️] ( #projects-using-this-plugin- )
@@ -211,6 +223,7 @@ consider declare only relevant permission in your apps, more specifically:
211
223
``` Podfile
212
224
platform :ios, '11.0'
213
225
```
226
+ Remove the ` # ` heading if the line starts with it.
214
227
2 . Add the following content to ` Info.plist ` .
215
228
```
216
229
<key>NSAppTransportSecurity</key>
@@ -229,6 +242,7 @@ consider declare only relevant permission in your apps, more specifically:
229
242
``` ruby
230
243
platform :osx , ' 10.15'
231
244
```
245
+ Remove the ` # ` heading if the line starts with it.
232
246
2 . Set the minimum deployment target of the macOS to * 10.15* .
233
247
Use XCode to open ` macos/Runner.xcworkspace ` .
234
248
3 . Follow the [ iOS] ( #iOS ) instructions and modify ` Info.plist ` accordingly.
@@ -579,6 +593,7 @@ such as [IntelliJ IDEA](https://www.jetbrains.com/idea/?from=fluttercandies).
579
593
[ photo_manager pub ] : https://pub.dev/packages/photo_manager
580
594
[ extended_image pub ] : https://pub.dev/packages/extended_image
581
595
[ provider pub ] : https://pub.dev/packages/provider
596
+ [ video_player pub ] : https://pub.dev/packages/video_player
582
597
[ wechat_camera_picker pub ] : https://pub.dev/packages/wechat_camera_picker
583
598
[ Migration Guide ] : https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/main/guides/migration_guide.md
584
599
[ photo_manager's API docs ] : https://pub.dev/documentation/photo_manager/latest/
0 commit comments