Mapbox-gl unusable due to Flutter 3.x #1088
penhorwood
started this conversation in
General
Replies: 1 comment
-
Scroll down to the bottom to see all the issues related to this problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mapbox-gl is basically unusable due to the Flutter 3.x SurfaceView issue. The Flutter team created a fix on May 24th but so far that has failed to be merged into their master branch. The bug is listed as a P4 which means when we get around to it. My project is stalled due to this issue.
There doesn't seem to be away to up vote the bug but here is the pull request if you are interested in following or leaving a comment.
flutter/engine#33599 (comment)
If you keep your project on Flutter 2.10.x you can avoid the issue for the moment but since plugins and packages will be moving to Flutter 3.x your time will be limited.
Beta Was this translation helpful? Give feedback.
All reactions