You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In iPhone 15 (iOS 18.1) open CameraAwesomeBuilder.awesome with AwesomeZoomSelector
Expected results
Camera should work without any crash
Actual results
Exception: type 'int' is not a subtype of type 'double?' in type cast. This leads to line minZoom = await CamerawesomePlugin.getMinZoom(); in awesome_zoom_selector.dart
Steps to Reproduce
In iPhone 15 (iOS 18.1) open CameraAwesomeBuilder.awesome with AwesomeZoomSelector
Expected results
Camera should work without any crash
Actual results
Exception: type 'int' is not a subtype of type 'double?' in type cast. This leads to line
minZoom = await CamerawesomePlugin.getMinZoom();
in awesome_zoom_selector.dartAbout your device
Your flutter version
flutter --version
Flutter 3.24.4 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 603104015d (3 weeks ago) • 2024-10-24 08:01:25 -0700
Engine • revision db49896cf2
Tools • Dart 3.5.4 • DevTools 2.37.3
The text was updated successfully, but these errors were encountered: