fluttercommunity / flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.
825 stars 247 forks source link

check if periodic task is scheduled #534

Closed mx1up closed 2 months ago

mx1up commented 4 months ago

When I start my app, I'd like to check whether my recurrent task is scheduled or not so I can offer the user to cancel it, or schedule it.

I believe it is not possible for the moment as we have no way to get the workinfo, see #475

I am preparing a PR to address this issue