Download Latest Version workmanager v0.10.7 -- web messaging + FGS opt-in source code.zip (3.9 MB)
Email in envelope

Get an email when there's a new version of Flutter Workmanager

Home / v0.10.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-08-03 710 Bytes
v0.10.3 source code.tar.gz 2026-08-03 3.7 MB
v0.10.3 source code.zip 2026-08-03 3.8 MB
Totals: 3 Items   7.5 MB 1

workmanager v0.10.3 — work status observation (fixes [#194])

New cross-platform API: Workmanager().getWorkInfo(uniqueName)WorkInfo? (uniqueName, WorkState scheduled/running/succeeded/failed/cancelled, isPeriodic, taskName, tags, lastFinishedAt).

  • Android: authoritative — served from WorkManager.
  • iOS/macOS: BGTaskScheduler has no query API, so the plugin persists its own per-task state (UserDefaults-backed WorkInfoStore) fed by the existing status pipeline — same API, honest semantics.
  • Web: documented no-op (null).

Also: .swiftlint.yml thresholds aligned with the codebase (CI swiftlint image drifted and started failing on pre-existing style debt).

Source: README.md, updated 2026-08-03