-
Notifications
You must be signed in to change notification settings - Fork 140
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
chore: update versions in pubspecs #545
Conversation
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.
Thanks @smallTrogdor!
Let's not forget the example app under /example/pubspec.yaml
. Please either bump the version or use a path dependency.
flutter-maplibre-gl/example/pubspec.yaml
Line 19 in 909d5e6
maplibre_gl: ^0.20.0 |
Needed to upgrade the device_info_plus to latest version as well to get it it to work with Flutter 3.29.0 (win32 causing issues). Also, the melos bootstrap in the CI is not generating the pubspec_overrides.yaml necessary to override the package dependencies 😞 will look into this tomorrow or some help needed === EDIT maybe running the CI with debug enabled will give more insights. local build works after update of device_info_plus... |
Not sure why this happens. 😕 A workflow debug log is here: https://github.com/maplibre/flutter-maplibre-gl/actions/runs/13532949769/job/37819080286 It's not worth to spend too much time with it. Let's use v0.20.0 as version in the example app since that seems to work. |
The problem arises due to the example project being named "example". You can see from the melos logs that it runs You can remove the |
Dear @kuhnroyal, thanks for bringing some clarity to this one. Thanks @josxha for the workflow debug run, helped 👍 So I removed the |
Ohh I see! Thanks @kuhnroyal for resolving the problem. 😄 |
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.
Thanks @smallTrogdor for the contribution!
No description provided.