Google Play Store recently started requiring wearOS apps to use their ongoing activity feature for any app that keeps running in the background
This applies to any timer, workout, media player, etc. and therefore affects many apps and developers that currently do or in the future might want to use the flutter_local_notifications package.
Ongoing Activity Documentation
Describe the solution you'd like
It would be great if flutter_local_notifications could help developers abstract the creation of ongoing activities & notifications, just like it already does for most other notification types.
Describe alternatives you've considered
According to the documentation, supporting ongoing activities would be a rather small change (3 statements and a bit of parametrization) when performed from within the package where the notifications are created, but pretty much impossible from without.
Any alternative way of how to achieve the described behaviour using the notifications flutter_local_notifications already provides would be highly appreciated.
Google Play Store recently started requiring wearOS apps to use their ongoing activity feature for any app that keeps running in the background This applies to any timer, workout, media player, etc. and therefore affects many apps and developers that currently do or in the future might want to use the flutter_local_notifications package. Ongoing Activity Documentation
Describe the solution you'd like It would be great if flutter_local_notifications could help developers abstract the creation of ongoing activities & notifications, just like it already does for most other notification types.
Describe alternatives you've considered According to the documentation, supporting ongoing activities would be a rather small change (3 statements and a bit of parametrization) when performed from within the package where the notifications are created, but pretty much impossible from without.
Any alternative way of how to achieve the described behaviour using the notifications flutter_local_notifications already provides would be highly appreciated.