serinus_schedule 1.0.2 copy "serinus_schedule: ^1.0.2" to clipboard
serinus_schedule: ^1.0.2 copied to clipboard

A Serinus Plugin to execute cron-like jobs, timeouts and intervals in a Dart server.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add serinus_schedule

With Flutter:

 $ flutter pub add serinus_schedule

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

dependencies:
  serinus_schedule: ^1.0.2

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:serinus_schedule/serinus_schedule.dart';
0
likes
160
points
37
downloads

Publisher

verified publisherserinus.app

Weekly Downloads

A Serinus Plugin to execute cron-like jobs, timeouts and intervals in a Dart server.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

cron, serinus

More

Packages that depend on serinus_schedule