bouncy_listener 1.0.1 copy "bouncy_listener: ^1.0.1" to clipboard
bouncy_listener: ^1.0.1 copied to clipboard

An easy to use, autocancellable debouncer. Can be used as a class or a one-off.

Bouncy listener #

An easy to use, autocancellable debouncer.

Usage #

TextEditingController.addListener(
  BouncyListener(
    callback,
    const Duration(milliseconds: 100),
  )..input,
);
0
likes
140
pub points
27%
popularity

Publisher

unverified uploader

An easy to use, autocancellable debouncer. Can be used as a class or a one-off.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on bouncy_listener