Brandon Butler
Brandon Butler
I just ran into this issue on my app and have a solution. 1. Use Xamarin.Essentials `MainThread` to ensure every `WriteAsync` happens on the main thread. ```C# _mainThread.InvokeOnMainThreadAsync(async () =>...
I also have this issue in an app I'm working on.
I am currently using a book library and have no issues. I just wish there was a better icon choice such as a microphone or a radio :)  
I tried mixing Swift/Objective-c in the plugin and couldn't get anywhere. Was hoping I could slowly introduce Swift by replacing that database class. It looks like it's an all or...
Part of my effort was trying to migrate all the db code to Flutter. I was using Hive and having issues with the separate isolates trying to access the data....
isar works much better! The download callback is finally hitting the UI 😌 Now to just get the id of the download...
I have a similar issue but I am not using shell. My app seems to crash when I call `PushAsync` on the navigation page.
I may have solved it by making sure to call pushasync from the main thread.
I am also experiencing this issue. I confirmed if I downgrade to 5.0.0.2401 it works again.
@stefandb1995 I did on 5.0.0.2478 and it didn't work. I will be trying each new version to see if it works in a different one. I didn't end up trying...