flutter_background_fetch icon indicating copy to clipboard operation
flutter_background_fetch copied to clipboard

`minimumFetchInterval` in `TaskConfig`

Open Mohammad-Adam opened this issue 3 years ago • 1 comments

how to set a minimum fetch interval when calling scheduleTask?

Mohammad-Adam avatar Nov 03 '22 04:11 Mohammad-Adam

TaskConfig isn’t BackgroundFetch. They are different.

TaskConfig has interval (when configured with periodic: true.

you don’t need to use scheduleTask. You can just use the built-in, traditional BackgroundFetch task.

scheduleTask is only a recent addition.

christocracy avatar Nov 03 '22 12:11 christocracy

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Apr 17 '24 01:04 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar May 01 '24 01:05 github-actions[bot]