cron 0.6.0 copy "cron: ^0.6.0" to clipboard
cron: ^0.6.0 copied to clipboard

A time-based job scheduler similar to cron. Run tasks periodically at fixed times or intervals.

Changelog #

0.6.0 #

  • Add toCronString function and improve package. #50 by mbfakourii

0.5.1 #

0.5.0 #

  • Improved time parsing. #21 by myConsciousness
  • Improved exception that occurred when parsing cron-like string. Currently throws ScheduleParseException if parsing fails. [#29] by myConsciousness

0.4.1 #

0.4.0 #

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.3.0 #

  • Null-safety support (by bsutton).

0.2.4 #

  • Support for seconds and 6-part String format.
  • FutureOr<dynamic> is accepted as a Task 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.
470
likes
140
pub points
97%
popularity

Publisher

verified publisheragilord.com

A time-based job scheduler similar to cron. Run tasks periodically at fixed times or intervals.

Repository (GitHub)
View/report issues

Topics

#cron #scheduler #cron-parser #schedule #cron-time

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

clock

More

Packages that depend on cron