-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependencies and upgrade to Flutter 3.14 #305
Conversation
I'm going to test it on monday. Please also update the github workflow files. |
@adeveloper-wq tested mapbox 0.4.4 with the flutter profiler for the android version. Looks good to me. No memory leak found. |
TODOs (don't know yet if iOS only or also Android):
|
pubspec.yaml
Outdated
url: https://github.com/mapbox/mapbox-maps-flutter | ||
ref: yds-fix-memory-leaks | ||
intl: ^0.18.1 # Used for date formats | ||
mapbox_maps_flutter: ^0.4.4 # Used to dislpay map |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
Note: we should wait for Flutter 3.14 as it fixes a bug when testing on iOS 17 devices |
0ed490a
to
2c68d4a
Compare
Upgrade Flutter to 3.13.0
flutter format .
was removed in 3.10. We need to usedart format .
instead. We might need to update this in the github actions as well.Upgrade resolvable dependencies.
Upgrade Mapbox to 0.4.4.
No obvious errors or bugs found. Layers and Datapoints can be watched and switched without crashes. Still need to check the profiler (Check memory leak).
@adeveloper-wq please check if it also works on IOS.