-
Notifications
You must be signed in to change notification settings - Fork 509
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
Null Safety support #564
Comments
Depending on andrea689/mapbox-gl-dart#12 |
update mapbox_gl: ^0.10.0 in my pubspec.yaml to migrate null-safety (flutter 2), get error: Because mapbox_gl_web 0.10.0 depends on image ^2.1.12 and no versions of mapbox_gl_web match >0.10.0 <0.11.0, mapbox_gl_web ^0.10.0 requires image ^2.1.12. the image package v.3.0.1 is null safety, can you update the package in your mapbox_gl_web pubspec.yaml? i'm new to flutter, that's why the question, thanks! |
As noted above, we need to wait for mapbox-gl-dart to migrate to null-safety, afterwards we can migrate this package. |
Hello guys, any updates on this issue? |
I have the same issue, i can update to new packages because my app have strong dependency to mapbox. |
Seems like version 0.2.0-nullsafety.0 (prerelease) for mapbox_gl_dart is out, therefore it should not be blocking anymore. |
why was this issue closed? 🤔️ i can't find any release or even PR related to this issue. |
I agree, this isn't fixed, yet. But since all our dependencies now support null safety, we can start the migration process. |
Expecting a null safety release soon! 👍 |
Duplicate #487 |
Release v0.13.0 contains null-safety. |
No description provided.
The text was updated successfully, but these errors were encountered: