File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Language: [English](README.md) | 中文简体
24
24
- [ 使用方法 📖] ( #使用方法- )
25
25
- [ 简单的使用方法] ( #简单的使用方法 )
26
26
- [ 常见问题 💭] ( #常见问题- )
27
- - [ 当 ` shouldLockPortrait ` 为 false 时为何有缩放问题? ] ( #当-shouldlockportrait-为-false-时为何有缩放问题 )
27
+ - [ iOS 上的预览在旋转时行为诡异 ] ( #iOS-上的预览在旋转时行为诡异 )
28
28
29
29
30
30
## 特性 ✨
@@ -85,9 +85,9 @@ final AssetEntity? entity = await CameraPicker.pickFromCamera(context);
85
85
86
86
## 常见问题 💭
87
87
88
- ### 当 ` shouldLockPortrait ` 为 false 时为何有缩放问题?
88
+ ### iOS 上的预览在旋转时行为诡异
89
89
90
- 当前旋转同步尚未支持。
91
- 当用户在旋转设备时,来自 ` CameraValue ` 的 ` DeviceOrientation ` 与 Flutter 的不同。
92
- 在两者匹配时,缩放问题会消失 。
93
- Issue 链接: https://github.com/flutter/flutter/issues/78685
90
+ 目前,iOS 上的预览画面在旋转时并未正确地同步,
91
+ 你可以在这个 issue 里了解更多相关的信息:
92
+ https://github.com/flutter/flutter/issues/89216 。
93
+ 除此之外的问题,你可以提交 issue 进行提问。
You can’t perform that action at this time.
0 commit comments