fluttercommunity / flutter_workmanager

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

feat: add flex interval on periodic work request(only android) #537

Closed renanzdm closed 2 months ago

renanzdm commented 4 months ago

Following what the WorkManager documentation says (https://developer.android.com/develop/background-work/background-tasks/persistent/getting-started/define-work?hl=pt-br#flexible_run_intervals) with this the precision of periodic tasks may be better

ened commented 2 months ago

Thank you