local_notifications
local_notifications copied to clipboard
Any way to create android progress notification using this plugin?
Hello, first of all, great job for making this plugin. However I am struggling with one use case I am trying to implement. I would like to create "progress notification". As I am coming from android enviroment, I know that android implementation is pretty straightforward.
https://medium.com/@britt.barak/notifications-part-2-progress-indicator-2aa4cdea24c6
I have not found a way how to achieve something like this in flutter using your plugin.
According to this SO question (and answers), it should be possible to do also on iOS using UIProgressBar, although I have very limited knowledge of iOS development and it may be off topic.
https://stackoverflow.com/questions/31672003/could-i-show-a-progress-bar-at-notification-bar-in-ios-8
Creating progress notifications is not currently supported by this plugin. Unfortunately, I'm not actively working on this plugin anymore and recommend checking out https://github.com/MaikuB/flutter_local_notifications in case this functionality is supported there.
Thanks for info