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.4
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-08-03 870 Bytes
v0.10.4 source code.tar.gz 2026-08-03 3.7 MB
v0.10.4 source code.zip 2026-08-03 3.9 MB
Totals: 3 Items   7.6 MB 0

workmanager_linux v0.1.1 — first Linux release (fixes [#324])

New platform package: systemd-based background execution for Linux.

  • One-off tasks via transient systemd-run --user units; periodic tasks as .timer/.service pairs with Persistent=true (catch-up on missed runs).
  • Headless execution: WorkmanagerLinux.maybeRunBackgroundTask(args, callbackDispatcher) from main() runs the task without a window and exits with a journal-friendly exit code.
  • Payloads as on-disk JSON, passed via --payload.
  • Pure Dart (no native code); injectable process runner for testing.
  • Constraints/backoff accepted but documented no-ops. Requires a systemd user session (loginctl enable-linger for timer persistence).

workmanager v0.10.4

  • Linux platform support wired in (Platform.isLinuxWorkmanagerLinux); dependency on workmanager_linux ^0.1.1.
Source: README.md, updated 2026-08-03