-
-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cast error occurs when using CameraInterface.availableSizes() #435
Comments
Same. Appears to only be an iOS issue. My error is |
Hi, sorry it's been fixed but not released on pubdev yet. |
Thank you! |
Was this released in the latest version? It's not mentioned in the changelog. |
@jt274 yes forgot to mention it sorry. |
Thank you very much, I was able to confirm the fix. |
@g-apparence pigeon.dart:1289 awesome_zoom_selector.dart:27: Is there any fix planned for this? |
Steps to Reproduce
I used camerawesome 2.0.0+1 and
on iPhone 15 Pro.
Expected results
The value of List<PreviewSize?> should be returned.
Actual results
Then the following error occurred.
It seems that as double is causing an error on line 118 of pigeon.dart.
About your device
My flutter version
Thank you.
The text was updated successfully, but these errors were encountered: