|
11 | 11 |
|
12 | 12 | Language: English | [中文简体](README-ZH.md)
|
13 | 13 |
|
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. |
36 | 17 |
|
37 | 18 | ## Category 🗂
|
38 | 19 |
|
39 | 20 | - [Flutter WeChat Camera Picker](#flutter-wechat-camera-picker)
|
40 |
| - - [Contributors ✨](#contributors-) |
41 | 21 | - [Category 🗂](#category-)
|
42 | 22 | - [Features ✨](#features-)
|
43 | 23 | - [Screenshots 📸](#screenshots-)
|
44 | 24 | - [Preparing for use 🍭](#preparing-for-use-)
|
45 | 25 | - [Usage 📖](#usage-)
|
46 | 26 | - [Simple usage](#simple-usage)
|
47 | 27 | - [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-) |
49 | 30 |
|
50 | 31 | ## Features ✨
|
51 | 32 |
|
@@ -112,3 +93,25 @@ Currently the rotate synchronization is not supported.
|
112 | 93 | The `DeviceOrientation` from the `CameraValue` is different from the one
|
113 | 94 | comes from flutter when the user is rotating devices.
|
114 | 95 | 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