Skip to content

Commit 611d99a

Browse files
committed
📝 Update orientation question
1 parent 8830156 commit 611d99a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Based on `camera` for camera functions and `photo_manager` for asset implementat
2424
- [Preparing for use 🍭](#preparing-for-use-)
2525
- [Usage 📖](#usage-)
2626
- [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)
2929
- [Contributors ✨](#contributors-)
3030

3131
## Features ✨
@@ -85,19 +85,18 @@ Flutter SDK: `>=2.0.0` .
8585
final AssetEntity? entity = await CameraPicker.pickFromCamera(context);
8686
```
8787

88-
## Frequent asked question 💭
88+
## Frequently asked question 💭
8989

90-
### Why there are over-scaled issue when `shouldLockPortrait` set to false?
90+
### Why the orientation behavior is strange on iOS?
9191

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.
9796

9897
## Contributors ✨
9998

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)):
101100
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
102101
<!-- prettier-ignore-start -->
103102
<!-- markdownlint-disable -->

0 commit comments

Comments
 (0)