mapbox-maps-flutter
mapbox-maps-flutter copied to clipboard
Crash on Android in release mode
I receive a crash on some specific devices (Pixels, Samsung Galaxy) when displaying the geojson on the map. Basically, I can see the map when nothing is displayed, but when I mount some geojson data on the map the app crashes. Also, it works fine on iOS and other Android devices.
Crash report from sentry:
@bohdanhlushchenko Could you provide more specifics on how you configure the map widget, the way you add geojson data to the map? An example of the geojson would be appreciated as well.