-
1. Open map widget in the active page.
2. Close the app.
3. Open other app.
4. Try to come back to flutter app from Background.
5. Flutter app shuts down:
Stack Trace:
F/libc ( 3644): Fatal…
-
Yesterday I updated the dependancies to last versions (before v1.2.0 & v10.0.0-pre.0)
```
implementation 'com.github.maplibre:maplibre-navigation-android:2.0.0'
implementation 'org.maplibre.gl:andr…
-
I am looking for some help debugging a new critical native crash that affects Mapbox Flutter plugin.
The issue doesn't reproduce on Flutter 2.13 and is only present in Flutter 3.x. No changes to th…
-
**Describe the bug**
Upon running my application, the app crashes with the following error:
```
E/Mbgl-MapChangeReceiver( 7490): Exception in onDidFinishLoadingStyle
E/Mbgl-MapChangeReceiver( 7490…
-
I'm on `mapbox_gl: 0.16.0`, and when I run my android application and navigate to the widget containing the map, a few errors are thrown:
```
W/CrashReporter(13455): Root directory doesn't exist
…
-
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-f505fcf5c79b75c16…
-
### Is there an existing issue for this?
- [X] I have searched the [existing package issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Apackage)
- [X] I have read the [g…
-
After creating a new wms layer with orthophotos, Vespucci is completely gone. I only get an empty screen.
I have closed and opened Vespucci, but it does not restart correctly.
I don't want to delete…
-
### Issue Description
`Http.getImage(url).then( r => console.log(r));`
returns
`
{
"android": {}
}
`
### Reproduction
_No response_
### Relevant log output (if applicable)
_No response_
…
-
i followed all the setup instructions for android from the pub.dev page but when try to run the code it throws error:
```
//Code from pub.dev
final cityhall = WayPoint(name: "City Hall", latitude…