File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ that can be found in the LICENSE file. -->
16
16
Language: [ English] ( README.md ) | 中文简体
17
17
18
18
基于微信界面的相机选择器,可单独运行,是
19
- [ ** 仿微信资源选择器 ** ] ( https://pub.flutter-io.cn/packages/ wechat_assets_picker) 的扩展。
19
+ [ wechat_assets_picker ] [ wechat_assets_picker pub ] 的扩展。
20
20
选择器基于 ` camera ` 实现相机相关功能,` photo_manager ` 实现资源相关内容。
21
21
22
22
当前的界面设计基于的微信版本:** 8.3.x**
@@ -25,7 +25,7 @@ Language: [English](README.md) | 中文简体
25
25
查看 [ 迁移指南] [ ] 了解如何从破坏性改动中迁移为可用代码。
26
26
27
27
<details >
28
- <summary >Table of content </summary >
28
+ <summary >目录列表 </summary >
29
29
30
30
<!-- TOC -->
31
31
* [ Flutter WeChat Camera Picker] ( #flutter-wechat-camera-picker )
@@ -228,5 +228,7 @@ final AssetEntity? entity = await CameraPicker.pickFromCamera(
228
228
https://github.com/flutter/flutter/issues/89216 。
229
229
除此之外的问题,你可以提交 issue 进行提问。
230
230
231
+ [ wechat_assets_picker pub ] : https://pub.flutter-io.cn/packages/wechat_assets_picker
231
232
[ photo_manager pub ] : https://pub.flutter-io.cn/packages/photo_manager
232
233
[ 迁移指南 ] : https://github.com/fluttercandies/flutter_wechat_camera_picker/blob/main/guides/migration_guide.md
234
+ [ photo_manager API 文档 ] : https://pub.flutter-io.cn/documentation/photo_manager/latest/
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ that can be found in the LICENSE file. -->
16
16
Language: English | [ 中文简体] ( README-ZH.md )
17
17
18
18
A ** camera picker** based on WeChat's UI which is a separate runnable extension to
19
- [ wechat_assets_picker] ( https://pub.dev/packages/ wechat_assets_picker) .
19
+ [ wechat_assets_picker] [ wechat_assets_picker pub ] .
20
20
The package based on ` camera ` for camera functions
21
21
and ` photo_manager ` for asset implementation.
22
22
@@ -264,5 +264,7 @@ Thank goes to these wonderful people ([emoji key](https://allcontributors.org/do
264
264
<!-- ALL-CONTRIBUTORS-LIST:END -->
265
265
This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
266
266
267
+ [ wechat_assets_picker pub ] : https://pub.dev/packages/wechat_assets_picker
267
268
[ photo_manager pub ] : https://pub.dev/packages/photo_manager
268
269
[ Migration Guide ] : https://github.com/fluttercandies/flutter_wechat_camera_picker/blob/main/guides/migration_guide.md
270
+ [ photo_manager's API docs ] : https://pub.dev/documentation/photo_manager/latest/
You can’t perform that action at this time.
0 commit comments