flutter_workmanager
flutter_workmanager copied to clipboard
Worker Info and state
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?
Last time I checked there are no comparable methods in iOS. It is something to consider.
being able to query WorkInfo is quite essential if you want to check whether a recurring task is scheduled or not?