Permissive and performant mapping library that supports Mapbox Vector Tiles (MVT) powered by MapLibre SDKs.
17
stars
3
forks
source link
[BUG] JNI exceptions in console when having a lot of rebuilds or controller calls at once #136
Open
josxha opened 3 days ago
Platforms
Android
Version of flutter-maplibre
0.1.2
Bug Description
When rebuilding the MapLibreMap widget a lot in a short amount of times the console shows JNI related exceptions.
When hot restarting the app, another exception gets logged in the console:
Steps to Reproduce
Using the
MapLibreLayer
in flutter_map_maplibre, see bug report here: https://github.com/josxha/flutter_map_plugins/issues/54Expected Results
Don't throw any exceptions
Actual Results
Exceptions in the console and future calls are partly unresponsive.
Code Sample