Skip to content
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

Closed
wants to merge 12 commits into from

Conversation

PaulPickhardt
Copy link
Member

Upgrade Flutter to 3.13.0

flutter format . was removed in 3.10. We need to use dart 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.

@adeveloper-wq
Copy link
Member

I'm going to test it on monday. Please also update the github workflow files.

@PaulPickhardt
Copy link
Member Author

@adeveloper-wq tested mapbox 0.4.4 with the flutter profiler for the android version. Looks good to me. No memory leak found.

@PaulPickhardt PaulPickhardt marked this pull request as ready for review August 30, 2023 06:46
@adeveloper-wq
Copy link
Member

@adeveloper-wq
Copy link
Member

TODOs (don't know yet if iOS only or also Android):

  • fix speedometer UI glitch (glow of speed arc is shifted)
  • track pictogram is laggy and the glow/shadow is also a little bit off

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo

@PhilippMatthes PhilippMatthes marked this pull request as draft September 21, 2023 09:13
@PhilippMatthes PhilippMatthes changed the title Dependency update Update dependencies and upgrade to Flutter 1.14 Sep 27, 2023
@PhilippMatthes PhilippMatthes changed the title Update dependencies and upgrade to Flutter 1.14 Update dependencies and upgrade to Flutter 3.14 Sep 27, 2023
@PhilippMatthes
Copy link
Member

Note: we should wait for Flutter 3.14 as it fixes a bug when testing on iOS 17 devices

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants