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

outdated

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

Changelog #

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.
475
likes
0
pub points
98%
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

License

unknown (LICENSE)

More

Packages that depend on cron