foreground_work_manager 0.0.3
foreground_work_manager: ^0.0.3 copied to clipboard
A lightweight foreground job manager for Flutter. It ensures that jobs are cached and restored even after app restarts, allowing for a seamless job execution process.
0.0.1 - 2025-03-23 #
π Initial Release #
π FGWorkManager is now available! A lightweight foreground job manager for Flutter that works out-of-the-box without platform-specific configurations.
β¨ Features: #
- β Easy-to-use queue-based job execution.
- π Jobs persist across app restarts and automatically restore.
- π Two behaviors for past-due jobs after restart:
- Execute β Runs when the app is reopened.
- Ignore β Job is discarded.
- π Job management functions:
- Add jobs to a queue.
- Remove jobs before execution.
- Clear queues.
- Remove entire queues.