Michael Bui

Results 562 comments of Michael Bui

@ASE55471 Thanks for the info. Afraid I don't have other ideas at the moment and this issue to me indicates of a more a general issue with how Flutter plugins....

@ASE55471 had another idea on what the potential issue is. Are you able to try it out using your fork? Since moving to federated plugin implementation, I believe nearly all...

I've been working on some changes that includes converting some of the callbacks to streams and what I believe would fix this issue. I tried to test this by adding...

Looks like I didn't reproduce this properly with the alarm_manager_plus plugin so still need help from others in the community to test. @emersion do you by chance have time to...

@emersion so this was a class that had an instance of this plugin and you instantiated and only called `initialize()` only once then? @ASE55471 do you have the capacity to...

> Right. I do initialize on both Isolates (main and worker), just prevent the plugin from being initialized twice in the same Isolate. This speaks about calling preventing `initialize()` on...

Hmm that's interesting. I'll see if I can reproduce but I see now why you suggested making the plugin a singleton. Since I thought there was a conflict between calling...

Support for this would require a PR as Linux support came from a PR from @proninyaroslav so you would need to submit a PR for it. In saying that, I'm...

My knowledge of Linux is limited so with what I know and if it doesn't cause breaking changes or limit supported Linux versions that those who were using the plugin...

There's an existing issue related to this at https://github.com/MaikuB/flutter_local_notifications/issues/1528. Note though that the thought was to complete drop the channel-specific properties from `AndroidNotificationDetails` though there may be some double up...