@@ -24,8 +24,8 @@ Based on `camera` for camera functions and `photo_manager` for asset implementat
24
24
- [ Preparing for use 🍭] ( #preparing-for-use- )
25
25
- [ Usage 📖] ( #usage- )
26
26
- [ Simple usage] ( #simple-usage )
27
- - [ Frequent asked question 💭] ( #frequent -asked-question- )
28
- - [ Why there are over-scaled issue when ` shouldLockPortrait ` set to false ?] ( #why-there-are-over-scaled-issue-when-shouldlockportrait-set-to-false )
27
+ - [ Frequently asked question 💭] ( #frequently -asked-question- )
28
+ - [ Why the orientation behavior is strange on iOS ?] ( #why-the-orientation-behavior-is-strange-on-ios )
29
29
- [ Contributors ✨] ( #contributors- )
30
30
31
31
## Features ✨
@@ -85,19 +85,18 @@ Flutter SDK: `>=2.0.0` .
85
85
final AssetEntity? entity = await CameraPicker.pickFromCamera(context);
86
86
```
87
87
88
- ## Frequent asked question 💭
88
+ ## Frequently asked question 💭
89
89
90
- ### Why there are over-scaled issue when ` shouldLockPortrait ` set to false ?
90
+ ### Why the orientation behavior is strange on iOS ?
91
91
92
- Currently the rotate synchronization is not supported.
93
- The ` DeviceOrientation ` from the ` CameraValue ` is different from the one
94
- comes from flutter when the user is rotating devices.
95
- The preview widget is synchronized when both orientation is the same.
96
- Issue: https://github.com/flutter/flutter/issues/78685
92
+ Currently, the preview is not correctly synced on the iOS.
93
+ You can find more details in this issue:
94
+ https://github.com/flutter/flutter/issues/89216 .
95
+ Other than that, please submit issues to describe your question.
97
96
98
97
## Contributors ✨
99
98
100
- Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
99
+ Thank goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
101
100
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
102
101
<!-- prettier-ignore-start -->
103
102
<!-- markdownlint-disable -->
0 commit comments