|
@@ -14,6 +14,7 @@ class CameraEngine {
|
|
|
locale: Localizations.localeOf(context),
|
|
|
pickerConfig: CameraPickerConfig(
|
|
|
enableRecording: false,
|
|
|
+ lockCaptureOrientation: DeviceOrientation.portraitUp,
|
|
|
theme: ThemeData(
|
|
|
brightness: Brightness.dark,
|
|
|
colorScheme: const ColorScheme.dark(
|