We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MapLibreLayer
flutter_map_maplibre
The MapLibreLayer currently on Android a high delay and sometimes does not completely catch up. There are exceptions in the console.
No or a smaller delay and no exceptions.
E/flutter (26853): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Bad state: Use after release error E/flutter (26853): #0 JReference.pointer (package:jni/src/jreference.dart:56:21) E/flutter (26853): #1 MapLibreMap.moveCamera (package:maplibre/src/native/jni/org/maplibre/android/maps/MapLibreMap.dart:5280:27) E/flutter (26853): #2 MapLibreMapStateJni.moveCamera.<anonymous closure> (package:maplibre/src/native/widget_state_jni.dart:221:14) E/flutter (26853): #3 _platformIsolateMain.<anonymous closure> (dart:ui/platform_isolate.dart:142:51) E/flutter (26853): #4 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12) E/flutter (26853):
see example app
android
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package
flutter_map_maplibre
Bug Description
The
MapLibreLayer
currently on Android a high delay and sometimes does not completely catch up.There are exceptions in the console.
Steps to Reproduce
flutter_map_maplibre
example pageExpected Results
No or a smaller delay and no exceptions.
Actual Results
Code Sample
see example app
Platforms
android
The text was updated successfully, but these errors were encountered: