fluttercommunity / flutter_workmanager

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

Worker Info and state #475

Open SupremeDeity opened 1 year ago

SupremeDeity commented 1 year ago

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?

ened commented 1 year ago

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

mx1up commented 5 months ago

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