Skip to content

Commit 55d5064

Browse files
committed
📝 Improve README
1 parent 9e247bb commit 55d5064

File tree

2 files changed

+33
-28
lines changed

2 files changed

+33
-28
lines changed

README-ZH.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Flutter仿微信相机资源选择器
1+
# Flutter WeChat Camera Picker
22

33
[![pub package](https://img.shields.io/pub/v/wechat_camera_picker?logo=dart&label=%E7%A8%B3%E5%AE%9A%E7%89%88&style=flat-square)](https://pub.flutter-io.cn/packages/wechat_camera_picker)
44
[![pub package](https://img.shields.io/pub/v/wechat_camera_picker?color=42a012&include_prereleases&label=%E5%BC%80%E5%8F%91%E7%89%88&logo=dart&style=flat-square)](https://pub.flutter-io.cn/packages/wechat_camera_picker)
@@ -11,7 +11,8 @@
1111

1212
Language: [English](README.md) | 中文简体
1313

14-
[**仿微信资源选择器**](https://fluttercandies.github.io/flutter_wechat_assets_picker)的扩展。基于 `camera` 实现相机相关功能, `photo_manager` 实现资源相关内容。
14+
[**仿微信资源选择器**](https://pub.flutter-io.cn/packages/wechat_assets_picker) 的扩展。
15+
基于 `camera` 实现相机相关功能,`photo_manager` 实现资源相关内容。
1516

1617
## 目录 🗂
1718

@@ -23,7 +24,7 @@ Language: [English](README.md) | 中文简体
2324
- [使用方法 📖](#使用方法-)
2425
- [简单的使用方法](#简单的使用方法)
2526
- [常见问题 💭](#常见问题-)
26-
- [`shouldLockPortrait` 为 false 时为何有缩放问题?](#当-shouldLockPortrait-为-false-时为何有缩放问题-)
27+
- [`shouldLockPortrait` 为 false 时为何有缩放问题?](#当-shouldlockportrait-为-false-时为何有缩放问题)
2728

2829

2930
## 特性 ✨
@@ -53,7 +54,7 @@ Flutter SDK:`>=2.0.0` 。
5354
### 配置
5455

5556
- [wechat_assets_picker#准备工作](https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/master/README-ZH.md#preparing-for-use-)
56-
- [camera#installation](https://pub.dev/packages/camera#installation)
57+
- [camera#installation](https://pub.flutter-io.cn/packages/camera#installation)
5758

5859
## 使用方法 📖
5960

@@ -89,3 +90,4 @@ final AssetEntity? entity = await CameraPicker.pickFromCamera(context);
8990
当前旋转同步尚未支持。
9091
当用户在旋转设备时,来自 `CameraValue``DeviceOrientation` 与 Flutter 的不同。
9192
在两者匹配时,缩放问题会消失。
93+
Issue 链接:https://github.com/flutter/flutter/issues/78685

README.md

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,22 @@
1111

1212
Language: English | [中文简体](README-ZH.md)
1313

14-
A **camera picker** which is an extension for [wechat_assets_picker](https://fluttercandies.github.io/flutter_wechat_assets_picker). Based on `camera` for camera functions and `photo_manager` for asset implementation.
15-
16-
## Contributors ✨
17-
18-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
19-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
20-
<!-- prettier-ignore-start -->
21-
<!-- markdownlint-disable -->
22-
<table>
23-
<tr>
24-
<td align="center"><a href="https://blog.alexv525.com"><img src="https://avatars1.githubusercontent.com/u/15884415?v=4" width="50px;" alt=""/><br /><sub><b>Alex Li</b></sub></a><br /><a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/commits?author=AlexV525" title="Code">💻</a> <a href="#design-AlexV525" title="Design">🎨</a> <a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/commits?author=AlexV525" title="Documentation">📖</a> <a href="#example-AlexV525" title="Examples">💡</a> <a href="#ideas-AlexV525" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-AlexV525" title="Maintenance">🚧</a> <a href="#question-AlexV525" title="Answering Questions">💬</a> <a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/pulls?q=is%3Apr+reviewed-by%3AAlexV525" title="Reviewed Pull Requests">👀</a></td>
25-
<td align="center"><a href="https://www.kikt.top"><img src="https://avatars0.githubusercontent.com/u/14145407?v=4" width="50px;" alt=""/><br /><sub><b>Caijinglong</b></sub></a><br /><a href="#example-CaiJingLong" title="Examples">💡</a> <a href="#ideas-CaiJingLong" title="Ideas, Planning, & Feedback">🤔</a></td>
26-
<td align="center"><a href="https://github.com/LaelLuo"><img src="https://avatars3.githubusercontent.com/u/26056971?v=4" width="50px;" alt=""/><br /><sub><b>Lael</b></sub></a><br /><a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/commits?author=LaelLuo" title="Documentation">📖</a></td>
27-
<td align="center"><a href="https://github.com/mjl0602"><img src="https://avatars1.githubusercontent.com/u/32868496?v=4" width="50px;" alt=""/><br /><sub><b>mjl0602</b></sub></a><br /><a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/commits?author=mjl0602" title="Code">💻</a> <a href="#ideas-mjl0602" title="Ideas, Planning, & Feedback">🤔</a></td>
28-
<td align="center"><a href="https://github.com/siyukok"><img src="https://avatars0.githubusercontent.com/u/21030561?v=4" width="50px;" alt=""/><br /><sub><b>AliasWang</b></sub></a><br /><a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/commits?author=siyukok" title="Code">💻</a> <a href="#ideas-siyukok" title="Ideas, Planning, & Feedback">🤔</a></td>
29-
</tr>
30-
</table>
31-
32-
<!-- markdownlint-enable -->
33-
<!-- prettier-ignore-end -->
34-
<!-- ALL-CONTRIBUTORS-LIST:END -->
35-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
14+
A **camera picker** which is an extension for
15+
[wechat_assets_picker](https://pub.dev/packages/wechat_assets_picker).
16+
Based on `camera` for camera functions and `photo_manager` for asset implementation.
3617

3718
## Category 🗂
3819

3920
- [Flutter WeChat Camera Picker](#flutter-wechat-camera-picker)
40-
- [Contributors ✨](#contributors-)
4121
- [Category 🗂](#category-)
4222
- [Features ✨](#features-)
4323
- [Screenshots 📸](#screenshots-)
4424
- [Preparing for use 🍭](#preparing-for-use-)
4525
- [Usage 📖](#usage-)
4626
- [Simple usage](#simple-usage)
4727
- [Frequent asked question 💭](#frequent-asked-question-)
48-
- [Why there are over-scaled issue when `shouldLockPortrait` set to false ?](#why-there-are-over-scales-issue-when-shouldLockPortrait-set-to-false-)
28+
- [Why there are over-scaled issue when `shouldLockPortrait` set to false ?](#why-there-are-over-scaled-issue-when-shouldlockportrait-set-to-false)
29+
- [Contributors ✨](#contributors-)
4930

5031
## Features ✨
5132

@@ -112,3 +93,25 @@ Currently the rotate synchronization is not supported.
11293
The `DeviceOrientation` from the `CameraValue` is different from the one
11394
comes from flutter when the user is rotating devices.
11495
The preview widget is synchronized when both orientation is the same.
96+
Issue: https://github.com/flutter/flutter/issues/78685
97+
98+
## Contributors ✨
99+
100+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
101+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
102+
<!-- prettier-ignore-start -->
103+
<!-- markdownlint-disable -->
104+
<table>
105+
<tr>
106+
<td align="center"><a href="https://blog.alexv525.com"><img src="https://avatars1.githubusercontent.com/u/15884415?v=4" width="50px;" alt=""/><br /><sub><b>Alex Li</b></sub></a><br /><a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/commits?author=AlexV525" title="Code">💻</a> <a href="#design-AlexV525" title="Design">🎨</a> <a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/commits?author=AlexV525" title="Documentation">📖</a> <a href="#example-AlexV525" title="Examples">💡</a> <a href="#ideas-AlexV525" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-AlexV525" title="Maintenance">🚧</a> <a href="#question-AlexV525" title="Answering Questions">💬</a> <a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/pulls?q=is%3Apr+reviewed-by%3AAlexV525" title="Reviewed Pull Requests">👀</a></td>
107+
<td align="center"><a href="https://www.kikt.top"><img src="https://avatars0.githubusercontent.com/u/14145407?v=4" width="50px;" alt=""/><br /><sub><b>Caijinglong</b></sub></a><br /><a href="#example-CaiJingLong" title="Examples">💡</a> <a href="#ideas-CaiJingLong" title="Ideas, Planning, & Feedback">🤔</a></td>
108+
<td align="center"><a href="https://github.com/LaelLuo"><img src="https://avatars3.githubusercontent.com/u/26056971?v=4" width="50px;" alt=""/><br /><sub><b>Lael</b></sub></a><br /><a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/commits?author=LaelLuo" title="Documentation">📖</a></td>
109+
<td align="center"><a href="https://github.com/mjl0602"><img src="https://avatars1.githubusercontent.com/u/32868496?v=4" width="50px;" alt=""/><br /><sub><b>mjl0602</b></sub></a><br /><a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/commits?author=mjl0602" title="Code">💻</a> <a href="#ideas-mjl0602" title="Ideas, Planning, & Feedback">🤔</a></td>
110+
<td align="center"><a href="https://github.com/siyukok"><img src="https://avatars0.githubusercontent.com/u/21030561?v=4" width="50px;" alt=""/><br /><sub><b>AliasWang</b></sub></a><br /><a href="https://github.com/fluttercandies/flutter_wechat_camera_picker/commits?author=siyukok" title="Code">💻</a> <a href="#ideas-siyukok" title="Ideas, Planning, & Feedback">🤔</a></td>
111+
</tr>
112+
</table>
113+
114+
<!-- markdownlint-enable -->
115+
<!-- prettier-ignore-end -->
116+
<!-- ALL-CONTRIBUTORS-LIST:END -->
117+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)