@@ -21,14 +21,14 @@ A **camera picker** for Flutter projects based on WeChat's UI,
2121which is also a separate runnable extension to the
2222[ wechat_assets_picker] [ wechat_assets_picker pub ] .
2323
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.
2626
2727See the [ Migration Guide] [ ] to learn how to migrate between breaking changes.
2828
2929## Versions compatibility
3030
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** .
3232We won't update it in real-time to align with other channels of Flutter.
3333
3434| | 2.8.0 | 3.3.0 | 3.16.0 |
@@ -82,7 +82,7 @@ submit issues to our issue tracker first.
8282- 🎏 Fully customizable theme based on ` ThemeData `
8383- 💚 Completely WeChat style (even more)
8484- ⚡️ Adjustable performance with different configurations
85- - 📷 Picture taking support
85+ - 📷 Picture capturing support
8686- 🎥 Video recording support
8787 - ⏱ Duration limitation support
8888 - 🔍 Scale when recording support
@@ -91,20 +91,20 @@ submit issues to our issue tracker first.
9191- 💱 i18n support
9292 - ⏪ RTL language support
9393- 🖾 Foreground custom widget builder support
94- - 🕹️ Intercept saving with custom process
94+ - 🕹️ Intercept saving with a custom process
9595
9696## Screenshots 📸
9797
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+ | --------------------------------| --------------------------------| --------------------------------| --------------------------------| --------------------------------|
100100
101101## READ THIS FIRST ‼️
102102
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,
105105 documents will not cover all the contents.
106106 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.
108108 It has covered 90% of regular requests with the package.
109109- The package deeply integrates with the [ photo_manager] [ photo_manager pub ] plugin,
110110 make sure you understand these two concepts as much as possible:
@@ -114,7 +114,7 @@ Be aware of below notices before you started anything:
114114When you have questions about related APIs and behaviors,
115115check [ photo_manager's API docs] [ ] for more details.
116116
117- Most usages are detailed covered by the [ example] ( example ) .
117+ Most usages are detailed and covered by the [ example] ( example ) .
118118Please walk through the [ example] ( example ) carefully
119119before you have any questions.
120120
@@ -224,11 +224,11 @@ Fields in `CameraPickerConfig`:
224224
225225# ## Using custom `State`s
226226
227- All user interface can be customized through custom `State`s, including :
227+ All user interfaces can be customized through custom `State`s, including :
228228- ` CameraPickerState`
229229- ` CameraPickerViewerState`
230230
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 :
232232- `CameraPicker.pickFromCamera(createPickerState : () => CustomCameraPickerState());`
233233- `CameraPickerViewer.pushToViewer(..., createViewerState : () => CustomCameraPickerViewerState());`
234234
@@ -243,7 +243,7 @@ Other than that, please submit issues to describe your question.
243243
244244# # Contributors ✨
245245
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)) :
247247<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
248248<!-- prettier-ignore-start -->
249249<!-- markdownlint-disable -->
@@ -272,7 +272,7 @@ Thank goes to these wonderful people ([emoji key](https://allcontributors.org/do
272272<!-- prettier-ignore-end -->
273273
274274<!-- 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!
276276
277277[wechat_assets_picker pub] : https://pub.dev/packages/wechat_assets_picker
278278[photo_manager pub] : https://pub.dev/packages/photo_manager
0 commit comments