Marcin Ochyra
Marcin Ochyra
I have crash reported in my Firebase console (flutter_downloader 1.7.2): ``` Fatal Exception: java.lang.UnsatisfiedLinkError: No implementation found for io.flutter.view.FlutterCallbackInformation io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation(long) (tried Java_io_flutter_embedding_engine_FlutterJNI_nativeLookupCallbackInformation and Java_io_flutter_embedding_engine_FlutterJNI_nativeLookupCallbackInformation__J) at io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation(FlutterJNI.java) at io.flutter.view.FlutterCallbackInformation.lookupCallbackInformation(FlutterCallbackInformation.java:28) at vn.hunghd.flutterdownloader.DownloadWorker.startBackgroundIsolate(DownloadWorker.java:128)...
I have the same issue, and workaround is not working ``` Could not determine the dependencies of task ':app:lintVitalRelease'. > Could not resolve all artifacts for configuration ':app:debugRuntimeClasspath'. > Could...
> @m-ochyra Do you still have the issue with the workaround? No, I have no issue. It's working
I'm using `textField` property to pass ID of the item. I also set `textSize` to 0, to hide this value on the map.
You can use my code. Just put this into pubspec.yaml: ```yaml webview_cookie_manager: git: url: https://github.com/m-ochyra/webview_cookie_manager.git ref: feature/add-flush-for-android ```
I have the same issue when switching from tab with map to another while map is loading (plugin version 2.1.6, Flutter 3.0.1): ``` E/AndroidRuntime( 6109): java.lang.NullPointerException: Attempt to read from...