cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
527 stars 625 forks source link

After swiping the app off the app list, notification still showing. #964

Closed shlomi-ts closed 1 month ago

shlomi-ts commented 1 month ago

I want the service to be off when user actively closes the app. I tried closing it by watching app life cycle detached state, as well as at the onDispose of the root wodget, but none worked. Is there a simple way to automatically close the service when app is closed?

Thanks in advance Shlo

shlomi-ts commented 1 month ago

I saw in the plugin handler there was a flag for that - setContinueRunningAfterAppKilled

thanks