doshpin
doshpin
I found a workaround that worked for me (tested with `flutter_background_service`). When your app is loaded, execute the below command in your main thread (after checking for permissions): ``` await...
I have the same issue, when closing the app, it crashed with exception: ``` E/AndroidRuntime(28005): java.lang.RuntimeException: Unable to destroy activity {com.example.jimbo/com.example.jimbo.MainActivity}: java.lang.IllegalArgumentException: Receiver not registered: g1.f$a@385cfb5 E/AndroidRuntime(28138): java.lang.NullPointerException: Attempt to...
the only solution for me is setting exactly version 9.0.0: ``` flutter_secure_storage: 9.0.0 ```
This seems like a flutter issue that was solved in the master channel: https://github.com/flutter/flutter/issues/148401#issuecomment-2172720783
This also happens for me, using svelte with firebase ^11.3.1. any workarounds for this?