fluttercommunity / flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check if periodic task is scheduled

mx1up opened this issue · comments

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