From a4dae891c4037eac956812220e0a820cd3644990 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Thu, 10 Aug 2023 21:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20link=20references=20in=20R?= =?UTF-8?q?EADME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-ZH.md | 6 ++++-- README.md | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index eb28cc7..39c1c94 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -16,7 +16,7 @@ that can be found in the LICENSE file. --> Language: [English](README.md) | 中文简体 基于微信界面的相机选择器,可单独运行,是 -[**仿微信资源选择器**](https://pub.flutter-io.cn/packages/wechat_assets_picker) 的扩展。 +[wechat_assets_picker][wechat_assets_picker pub] 的扩展。 选择器基于 `camera` 实现相机相关功能,`photo_manager` 实现资源相关内容。 当前的界面设计基于的微信版本:**8.3.x** @@ -25,7 +25,7 @@ Language: [English](README.md) | 中文简体 查看 [迁移指南][] 了解如何从破坏性改动中迁移为可用代码。
- Table of content + 目录列表 * [Flutter WeChat Camera Picker](#flutter-wechat-camera-picker) @@ -228,5 +228,7 @@ final AssetEntity? entity = await CameraPicker.pickFromCamera( https://github.com/flutter/flutter/issues/89216 。 除此之外的问题,你可以提交 issue 进行提问。 +[wechat_assets_picker pub]: https://pub.flutter-io.cn/packages/wechat_assets_picker [photo_manager pub]: https://pub.flutter-io.cn/packages/photo_manager [迁移指南]: https://github.com/fluttercandies/flutter_wechat_camera_picker/blob/main/guides/migration_guide.md +[photo_manager API 文档]: https://pub.flutter-io.cn/documentation/photo_manager/latest/ diff --git a/README.md b/README.md index f8860c0..0bd80f9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ that can be found in the LICENSE file. --> Language: English | [中文简体](README-ZH.md) A **camera picker** based on WeChat's UI which is a separate runnable extension to -[wechat_assets_picker](https://pub.dev/packages/wechat_assets_picker). +[wechat_assets_picker][wechat_assets_picker pub]. The package based on `camera` for camera functions and `photo_manager` for asset implementation. @@ -264,5 +264,7 @@ Thank goes to these wonderful people ([emoji key](https://allcontributors.org/do This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! +[wechat_assets_picker pub]: https://pub.dev/packages/wechat_assets_picker [photo_manager pub]: https://pub.dev/packages/photo_manager [Migration Guide]: https://github.com/fluttercandies/flutter_wechat_camera_picker/blob/main/guides/migration_guide.md +[photo_manager's API docs]: https://pub.dev/documentation/photo_manager/latest/