callback_controller 0.0.3 copy "callback_controller: ^0.0.3" to clipboard
callback_controller: ^0.0.3 copied to clipboard

Controls the call frequency of a callback and exposes a stream that emits the controller state.

example/README.md

Callback Controller Example #

Dart

Usage #

To use this library include callback_controller as a dependency in your pubspec.yaml file.

CallbackController exposes a stream emitting events of type CallbackControllerState. The stream can be used with Flutter's StreamBuilder to create responsive widgets. For example, a button could be styled differently if the current callback controller state is ready, busy, or delaying.

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
160
points
25
downloads

Publisher

verified publishersimphotonics.com

Weekly Downloads

Controls the call frequency of a callback and exposes a stream that emits the controller state.

Repository (GitHub)
View/report issues

Topics

#callback #debounce #throttle #stream #controller

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on callback_controller