-
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
Flutter 3.7 support #1270
Comments
Open a PR to fix it. #1273 |
Maybe you can use my fork from dev branch. mapbox_gl:
git:
url: https://github.com/edufolly/maps
ref: dev |
Thanks, I will. |
I had a fatal signal error if
|
Yes this issue occurs when myLocationEnabled = true |
In my condition no map was showing and app was crashing when I set myLocationEnabled = true. |
I also encountered this problem. Is there a good solution now |
I had a similar problem in my project, which was caused by a Play Services conflict between |
@sdabet-orpheo You can keep myLocationEnabled on true with your configuration without getting a crash ? |
Yes, it worked on my project. |
I'm not using mapbox_gl:
git:
url: https://github.com/flutter-mapbox-gl/maps
ref: 9eef30d # or master |
And crash continue when set This error appear before crash :
So I only changed my geolocator version to 8.2.1 because problem can be from And work fine ! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
fixed on master |
The current released build can't compile with Flutter 3.7
Could not build the precompiled application for the device.
Error (Xcode):
../../../../.pub-cache/git/flutter-mapbox-gl-f505fcf5c79b75c165703028af77f3af62d382ae/mapbox_gl_platform_interface/lib/src/view_wrappers.dart:29:7:
Error: The non-abstract class 'TextureAndroidViewControllerWrapper' is missing implementations for these members:
The text was updated successfully, but these errors were encountered: