workmanager_linux 0.1.1 copy "workmanager_linux: ^0.1.1" to clipboard
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 workmanager using systemd user units:
    • one-off tasks via transient systemd-run --user units,
    • periodic tasks via .timer/.service unit pairs (OnUnitActiveSec, Persistent=true for catch-up),
    • headless --background-task execution mode for the callback dispatcher.
  • No native code, no Pigeon: pure Dart talking to systemctl/systemd-run through an injectable process runner.
0
likes
150
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Linux (experimental) implementation of workmanager using systemd user units (timers and transient units) for background task execution.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, workmanager_platform_interface

More

Packages that depend on workmanager_linux