Skip to content

Commit 5225156

Browse files
committed
🔥 Remove shouldLockPortrait
1 parent 611d99a commit 5225156

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Flutter SDK: `>=2.0.0` .
6969
| enablePinchToZoom | `bool` | Whether users can zoom the camera by pinch. | `true` |
7070
| enablePullToZoomInRecord | `bool` | Whether users can zoom by pulling up when recording video. | `true` |
7171
| shouldDeletePreviewFile | `bool` | Whether the preview file will be delete when pop. | `false` |
72-
| shouldLockPortrait | `bool` | Whether the orientation should be set to portrait | `true` |
7372
| maximumRecordingDuration | `Duration` | The maximum duration of the video recording process. | `const Duration(seconds: 15)` |
7473
| theme | `ThemeData?` | Theme data for the picker. | `CameraPicker.themeData(C.themeColor)` |
7574
| textDelegate | `CameraPickerTextDelegate?` | Text delegate that controls text in widgets. | `DefaultCameraPickerTextDelegate` |

0 commit comments

Comments
 (0)