@@ -21,14 +21,14 @@ A **camera picker** for Flutter projects based on WeChat's UI,
21
21
which is also a separate runnable extension to the
22
22
[ wechat_assets_picker] [ wechat_assets_picker pub ] .
23
23
24
- Current WeChat version that UI based on: ** 8.0.49**
25
- UI designs will be updated following the WeChat update in anytime .
24
+ The current WeChat version that UI is based on: ` 8.0.49 ` .
25
+ UI designs will be updated at any time following the WeChat update.
26
26
27
27
See the [ Migration Guide] [ ] to learn how to migrate between breaking changes.
28
28
29
29
## Versions compatibility
30
30
31
- The package only guarantees to be working on ** the stable version of Flutter** .
31
+ The package only guarantees that it will work on ** the stable version of Flutter** .
32
32
We won't update it in real-time to align with other channels of Flutter.
33
33
34
34
| | 2.8.0 | 3.3.0 | 3.16.0 |
@@ -82,7 +82,7 @@ submit issues to our issue tracker first.
82
82
- 🎏 Fully customizable theme based on ` ThemeData `
83
83
- 💚 Completely WeChat style (even more)
84
84
- ⚡️ Adjustable performance with different configurations
85
- - 📷 Picture taking support
85
+ - 📷 Picture capturing support
86
86
- 🎥 Video recording support
87
87
- ⏱ Duration limitation support
88
88
- 🔍 Scale when recording support
@@ -91,20 +91,20 @@ submit issues to our issue tracker first.
91
91
- 💱 i18n support
92
92
- ⏪ RTL language support
93
93
- 🖾 Foreground custom widget builder support
94
- - 🕹️ Intercept saving with custom process
94
+ - 🕹️ Intercept saving with a custom process
95
95
96
96
## Screenshots 📸
97
97
98
- | ![ ] ( https://pic.alexv525.com/202310181547760. jpg) | ![ ] ( https://pic.alexv525.com/202310181547670. jpg) | ![ ] ( https://pic.alexv525.com/202310181547132. jpg) | ![ ] ( https://pic.alexv525.com/202310181547726. jpg) | ![ ] ( https://pic.alexv525.com/202310181548711 .jpg) |
99
- | --------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------- | ------------------- --------------------------------|
98
+ | ![ 1 ] ( screenshots/README_1. jpg) | ![ 2 ] ( screenshots/README_2. jpg) | ![ 3 ] ( screenshots/README_3. jpg) | ![ 4 ] ( screenshots/README_4. jpg) | ![ 5 ] ( screenshots/README_5 .jpg) |
99
+ | --------------------------------| --------------------------------| --------------------------------| --------------------------------| --------------------------------|
100
100
101
101
## READ THIS FIRST ‼️
102
102
103
- Be aware of below notices before you started anything:
104
- - Due to understanding differences and the limitation of a single document,
103
+ Be aware of the below notices before you start anything:
104
+ - Due to understanding the differences and limitations of a single document,
105
105
documents will not cover all the contents.
106
106
If you find nothing related to your expected features and cannot understand about concepts,
107
- run the example project and check every options first.
107
+ run the example project and check every option first.
108
108
It has covered 90% of regular requests with the package.
109
109
- The package deeply integrates with the [ photo_manager] [ photo_manager pub ] plugin,
110
110
make sure you understand these two concepts as much as possible:
@@ -114,7 +114,7 @@ Be aware of below notices before you started anything:
114
114
When you have questions about related APIs and behaviors,
115
115
check [ photo_manager's API docs] [ ] for more details.
116
116
117
- Most usages are detailed covered by the [ example] ( example ) .
117
+ Most usages are detailed and covered by the [ example] ( example ) .
118
118
Please walk through the [ example] ( example ) carefully
119
119
before you have any questions.
120
120
@@ -224,11 +224,11 @@ Fields in `CameraPickerConfig`:
224
224
225
225
# ## Using custom `State`s
226
226
227
- All user interface can be customized through custom `State`s, including :
227
+ All user interfaces can be customized through custom `State`s, including :
228
228
- ` CameraPickerState`
229
229
- ` CameraPickerViewerState`
230
230
231
- After override `State`s, pass them through the picking method, more specifically :
231
+ After overriding `State`s, pass them through the picking method, more specifically :
232
232
- `CameraPicker.pickFromCamera(createPickerState : () => CustomCameraPickerState());`
233
233
- `CameraPickerViewer.pushToViewer(..., createViewerState : () => CustomCameraPickerViewerState());`
234
234
@@ -243,7 +243,7 @@ Other than that, please submit issues to describe your question.
243
243
244
244
# # Contributors ✨
245
245
246
- Thank goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)) :
246
+ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)) :
247
247
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
248
248
<!-- prettier-ignore-start -->
249
249
<!-- markdownlint-disable -->
@@ -272,7 +272,7 @@ Thank goes to these wonderful people ([emoji key](https://allcontributors.org/do
272
272
<!-- prettier-ignore-end -->
273
273
274
274
<!-- ALL-CONTRIBUTORS-LIST:END -->
275
- This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
275
+ This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!
276
276
277
277
[wechat_assets_picker pub] : https://pub.dev/packages/wechat_assets_picker
278
278
[photo_manager pub] : https://pub.dev/packages/photo_manager
0 commit comments