cron_parser 0.5.0 copy "cron_parser: ^0.5.0" to clipboard
cron_parser: ^0.5.0 copied to clipboard

A cron parser. Spits out next cron dates starting from now or a specific date.

Changelog #

0.5.0 #

  • Added previous method, to get the previous crons: CronIterator().previous()
  • BREAKING CHANGE: HasNext().current() moved into CronIterator().current()

0.4.0 #

  • Migrated to null safety
  • Upgraded dependencies

0.3.1 #

  • Cron selection definitions now supported

0.2.1 #

  • Cron iterator now also makes the current value accessible

0.1.5 #

  • Formatted source with dartfmt

0.1.4 #

  • Added example

0.1.3 #

  • Changed API to support timezones.

0.1.2 #

  • Added docs.

0.1.1 #

  • Initial version.
5
likes
130
pub points
50%
popularity

Publisher

unverified uploader

A cron parser. Spits out next cron dates starting from now or a specific date.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

timezone

More

Packages that depend on cron_parser