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

A lightweight Flutter/Dart utility package for managing sequential callbacks and debounced/repeated tasks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add task_sequencer

With Flutter:

 $ flutter pub add task_sequencer

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

dependencies:
  task_sequencer: ^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:task_sequencer/task_sequencer.dart';
1
likes
0
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter/Dart utility package for managing sequential callbacks and debounced/repeated tasks.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on task_sequencer