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

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

1.0.0 #

Added #

  • Initial release of task_sequencer – a lightweight utility package for managing sequential and debounced/repeated async tasks in Flutter/Dart.
  • TaskSequencer<T>: Executes callbacks sequentially to avoid race conditions.
  • TaskSequencerList<T>: Manages a list of items with per-item task sequencing.
  • Job: Provides debounced task execution similar to Kotlin’s Job.
  • Job.repeat: Repeats a callback N times over a defined duration.

1.0.1 #

Added #

  • Added installation instructions.

1.0.2 #

Added #

  • Code example for pub dev
1
likes
160
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on task_sequencer