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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cron

With Flutter:

 $ flutter pub add cron

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cron: ^0.6.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cron/cron.dart';
470
likes
140
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

Topics

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

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

clock

More

Packages that depend on cron