cron 0.4.0 cron: ^0.4.0 copied to clipboard
A time-based job scheduler similar to cron. Run tasks periodically at fixed times or intervals.
Changelog #
0.3.2 #
- Fixed parsing schedules with extra whitespace at the beginning or the end.
0.3.1 #
- Fixed seconds vs minutes ticks issue - #22
0.2.4 #
- Support for
seconds
and 6-part String format. FutureOr<dynamic>
is accepted as aTask
callback.
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.