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.
getMinZoomLevel
1 parent 36d3141 commit 0ff58adCopy full SHA for 0ff58ad
lib/src/states/camera_picker_state.dart
@@ -488,12 +488,6 @@ class CameraPickerState extends State<CameraPicker>
488
camera: camera,
489
fallback: minAvailableZoom,
490
).then((value) => minAvailableZoom = value!),
491
- wrapControllerMethod(
492
- 'getMinZoomLevel',
493
- () => newController.getMinZoomLevel(),
494
- camera: camera,
495
- fallback: minAvailableZoom,
496
- ).then((value) => minAvailableZoom = value!),
497
if (pickerConfig.lockCaptureOrientation != null)
498
wrapControllerMethod<void>(
499
'lockCaptureOrientation',
0 commit comments