Michael Bui
Michael Bui
> The proper solution would be to have channel creation completely separated from notifcation sends.....not sent on every notification...as this really makes no sense. Individual notification sends should just take...
FYI I've opened a thread to get feedback on the community https://github.com/MaikuB/flutter_local_notifications/issues/1528
Not likely at this stage. I looked at how the notifications API works on the web and every callback is tied to each instance of a notification so the model...
@hiashutoshsingh i'm not sure how you are using this plugin on the web when it doesn't support it to begin with.
@morzan1001 Nice find! didn't know Dart has support for this. I believe this would make a web implementation easier though if it's going to map to the APIs that the...
@mikhael28 this was fixed a while back
Thanks for raising this and would be happy to take a PR.
There's no such event for it within the plugin. If it's technically possible to implement then this is something you'll need to look it and could submit a PR back...
As you pivoted your original solution to use native APIs, then I would you should really be trying to understand said APIs and be prepared to develop a solution using...
It's not implemented and was requested before in https://github.com/MaikuB/flutter_local_notifications/issues/1374 with no response when I asked about submitting a PR. So yes you can help implement it and I can see...