We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6d72d commit 12eb505Copy full SHA for 12eb505
lib/src/constants/config.dart
@@ -34,7 +34,7 @@ class CameraPickerConfig {
34
this.resolutionPreset = ResolutionPreset.max,
35
this.imageFormatGroup = ImageFormatGroup.unknown,
36
this.preferredLensDirection = CameraLensDirection.back,
37
- this.preferredFlashMode = FlashMode.auto,
+ this.preferredFlashMode = FlashMode.off,
38
this.lockCaptureOrientation,
39
this.foregroundBuilder,
40
this.previewTransformBuilder,
0 commit comments