flutter_workmanager icon indicating copy to clipboard operation
flutter_workmanager copied to clipboard

Worker Info and state

Open SupremeDeity opened this issue 1 year ago • 2 comments

Android allows listening to the state of all workers. ref: Observing your work

This feature doesnt seem to be in flutter_workmanager. Is it not there just because of no demand for it or is there a technical issue with achieving this?

SupremeDeity avatar May 19 '23 17:05 SupremeDeity

Last time I checked there are no comparable methods in iOS. It is something to consider.

ened avatar Jun 03 '23 23:06 ened

being able to query WorkInfo is quite essential if you want to check whether a recurring task is scheduled or not?

mx1up avatar Feb 04 '24 16:02 mx1up