cron 0.2.3 cron: ^0.2.3 copied to clipboard
A time-based job scheduler similar to cron. Run tasks periodically at fixed times or intervals.
Changelog #
0.2.3 #
- Updated code style and using latest pedantic lints.
0.2.2 #
- Schedule returns
ScheduledTask
which allows cancelling a scheduled task.
0.2.1 #
- Fixed a type-cast bug.
0.2.0 #
- Dart 2 support.
0.1.0 #
- Fix issues for Dart 2 compatibility.
0.0.2 #
- Slightly better handling of the async errors.
0.0.1 #
- Initial version.