-
-
Notifications
You must be signed in to change notification settings - Fork 871
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
refactor: bump min flutter version to 3.27.0, fix deprecations #1994
Conversation
Fixed documentation issues
@JaffaKetchup Maybe it's time now, cf. https://github.com/fleaflet/flutter_map/actions/runs/12331534552/job/34418263958 |
Two additional changes:
|
Regarding requiring 3.27 for next flutter_map version, I am currently experiencing GPU OOM crashes on Android. iOS seem ok. I downgraded back to 3.24.5, and the crashes went away. At first I thought it was Impeller-induced on Android, but even after adding the impeller-disabling block to my AndroidManifest.xml, it would still crash, so there must be something GPU/memory related OTHER than "straight impeller" that is causing this. Just something to be aware of. I am currently working on better memory management to mitigate these crashes. Your OverlayImage PR seems promising because PART of my issues are those. |
Given that new flutter versions may be problematic, a solution would be to (virtually) downgrade flutter_map to 3.24 and handle the "deprecated" messages with lousy "ignore" comments. |
Colors are changing in 3.27: https://docs.flutter.dev/release/breaking-changes/wide-gamut-framework.
Not released yet, so no need to worry about merging just yet.