You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug might solve itself when the platform and ui thread are merged. This is done on the master branch but not in the beta channel last time I checked. flutter/flutter#150525
In the meantime, it could be sufficient to use a global Lock that prevents multiple calls to access the thread at once.
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:
E/flutter (26880): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformIsolate shutdown unexpectedly
Steps to Reproduce
Using the
MapLibreLayer
in flutter_map_maplibre, see bug report here: josxha/flutter_map_plugins#54Expected Results
Don't throw any exceptions
Actual Results
Exceptions in the console and future calls are partly unresponsive.
Code Sample
// Paste your code here
The text was updated successfully, but these errors were encountered: