workmanager_linux 0.1.1
workmanager_linux: ^0.1.1 copied to clipboard
Linux (experimental) implementation of workmanager using systemd user units (timers and transient units) for background task execution.
0.1.1 #
- FEAT(linux): workmanager_linux — systemd-based background execution (fixes #324) (#716).
0.1.0 #
- Experimental Linux implementation of
workmanagerusing systemd user units:- one-off tasks via transient
systemd-run --userunits, - periodic tasks via
.timer/.serviceunit pairs (OnUnitActiveSec,Persistent=truefor catch-up), - headless
--background-taskexecution mode for the callback dispatcher.
- one-off tasks via transient
- No native code, no Pigeon: pure Dart talking to
systemctl/systemd-runthrough an injectable process runner.