mapbox-maps-flutter icon indicating copy to clipboard operation
mapbox-maps-flutter copied to clipboard

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK

Results 317 mapbox-maps-flutter issues
Sort by recently updated
recently updated
newest added

When will it be possible to view annotations? Next update I hope. Now the fact that this feature is not available yet I can't use the plugin and need to...

enhancement

Hi, I just upgraded from 0..5.1 to 2.6.0 and now the streets style shows grey roads instead of white roads. The style online shows white roads and that's how it...

I am trying to add mapbox_flutter and then run it for my android application `mapbox_maps_flutter: ^2.6.0 ` The moment i try to build the apk i get this error ```...

I have a widget that is positioned on the screen using Positioned. The problem is that when its center goes outside the screen, the entire widget disappears, even if part...

I want to draw attention to multiple inconsistencies about ornaments and their positioning. ### Edge-to-Edge / Margin With the release of Android 15 and edge-to-edge as default UI mode even...

I'm getting many of these messages in amber text color in the debug console. What could be the problem? The MapWidget is working fine, but there are crashes sometimes on...

After updating to v2.5.1, we have encountered an issue on Android devices where images displayed on the map do not update once they are initially set. - Text elements displayed...

Hi guys, I really need help fitting all the Points (that has Positions) inside the Mapwidget. ![Image](https://github.com/user-attachments/assets/bd810b5c-1263-4d97-85db-5b744bfd98af) I tried this too but setting padding of 140 is too much and...

Hello everyone, I am using the Mapbox Flutter package to develop an app where users can record their location. However, I have encountered a synchronization issue between Mapbox and the...

**Description:** I encountered an issue when calling `_tileStore.setMapboxAPIUrl(Uri.parse('https://api.mapbox.com/'));`. This results in the following exception: ``` ArgumentError (Invalid argument: Instance of '_SimpleUri') ``` ### Steps to Reproduce: 1. Call `_tileStore.setMapboxAPIUrl(Uri.parse('https://api.mapbox.com'));` 2....