mongo_cron 1.0.0 copy "mongo_cron: ^1.0.0" to clipboard
mongo_cron: ^1.0.0 copied to clipboard

Use MongoDB collection as a job queue for cron jobs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mongo_cron

With Flutter:

 $ flutter pub add mongo_cron

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

dependencies:
  mongo_cron: ^1.0.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:mongo_cron/mongo_cron.dart';
0
likes
140
pub points
23%
popularity

Publisher

verified publisherdinkomarinac.dev

Use MongoDB collection as a job queue for cron jobs.

Documentation

API reference

License

MIT (license)

Dependencies

easy_cron, mongo_dart

More

Packages that depend on mongo_cron