flutter_workmanager icon indicating copy to clipboard operation
flutter_workmanager copied to clipboard

check if periodic task is scheduled

Open mx1up opened this issue 1 year ago • 0 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

mx1up avatar Feb 04 '24 18:02 mx1up