pendulum 0.1.3+1 copy "pendulum: ^0.1.3+1" to clipboard
pendulum: ^0.1.3+1 copied to clipboard

discontinued

A dynamic, Stream-based API for job scheduling in Dart, capable of processing on different triggers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pendulum

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

dependencies:
  pendulum: ^0.1.3+1

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

Import it

Now in your Dart code, you can use:

import 'package:pendulum/pendulum.dart';
8
likes
25
pub points
27%
popularity

Publisher

verified publisherkishoredev.live

A dynamic, Stream-based API for job scheduling in Dart, capable of processing on different triggers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

path

More

Packages that depend on pendulum