batch 0.3.0 copy "batch: ^0.3.0" to clipboard
batch: ^0.3.0 copied to clipboard

outdated

A lightweight and powerful Job Scheduling Framework written in Dart. With this framework, you can easily develop job scheduling and batch program in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add batch

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

dependencies:
  batch: ^0.3.0

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:batch/batch.dart';
26
likes
0
pub points
55%
popularity

Publisher

verified publishershinyakato.dev

A lightweight and powerful Job Scheduling Framework written in Dart. With this framework, you can easily develop job scheduling and batch program in Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

clock

More

Packages that depend on batch