Skip to content

v0.10.2

Choose a tag to compare

@ened ened released this 03 Aug 16:22
· 23 commits to main since this release

workmanager_android v0.10.2

  • feat: expedited work support — expedited: true on registerOneOffTask calls setExpedited(), making OutOfQuotaPolicy actually take effect (Android 12+; runs as a foreground service with a system notification). One-off only (WorkManager limitation).
  • Behavior note: previously passing outOfQuotaPolicy implicitly expedited the work (a side effect of the old setExpedited(OutOfQuotaPolicy) call). It is now inert without expedited: true — set the flag explicitly.

workmanager_platform_interface v0.10.2 / workmanager_apple v0.9.8 / workmanager_web v0.1.2

  • Pigeon contract updated for the expedited flag (no behavior change on Apple/web).

workmanager v0.10.2

  • Dependency bumps only.