Michael Bui
Michael Bui
@dereklakin my understanding of what @martinory has done is dependent on the android alarm manager plugin (would need more details on why there's a dependency on that) so likely only...
Thanks for the PR @noinskit. Haven't had a chance to to take a look the PR yet but, I suspect it would still have the same problem with isolates that...
The issue I saw that is logged with the Flutter team (see original post) is that background execution could completely stop working. If you have some way to have it...
@bagintz OneSignal is for push notifications not local notifications so it's valid comparison due to different use cases and it works differently as well. From what I've seen, the only...
> a feature request in the OneSignal package or flutter_local_notifications? OneSignal > It would seem that the OneSignal team found some way around that I haven't seen anything to indicate...
@bagintz yes but buttons should work to invoke code regardless of which state the app is in. A reminder that an issue has been raised with the Flutter team where...
@shashikantdurge it wasn't a request that was put in, I put this in myself to track it. There are no more updates as the status is still the same where...
@AbdulMalikDev You could look at resolving the limitation in the Flutter engine yourself if you can. Other thing is you could also looking at writing the code to handle this...
@ghenry based on what you've written, sounds like perhaps you haven't been following this issue properly. There are limitations with handling actions using just Dart code when the app isn't...
@ghenry you could have the notification shown via Dart using a plugin/platform channel but have Java/kotlin code that processes the actions specifically for your application's purpose