easy_debounce 2.0.1 copy "easy_debounce: ^2.0.1" to clipboard
easy_debounce: ^2.0.1 copied to clipboard

outdated

An extremely easy-to-use method call debouncer package for Dart/Flutter.

[2.0.1] August 17, 2021 #

  • Added the fire() -method for manually executing a debouncer target method.
  • Added the cancelAll() -method for cancelling all debouncers.

[2.0.0] March 30, 2021 #

Breaking changes

  • Bumped SDK version constraint to support null safety.

[1.0.2] September 30, 2020 #

Added a null check when cancelling a timer.

[1.0.1] September 8, 2019 #

Calling debounce() with a zero-duration will now invoke the target method immediately, i.e. synchronously.

[1.0.0] September 8, 2019 #

Updated description and link to GitHub repo. Flutter-formatted source code.

[0.0.1] September 8, 2019 #

Initial release.

353
likes
0
pub points
99%
popularity

Publisher

verified publishermagnuswikhog.com

An extremely easy-to-use method call debouncer package for Dart/Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_debounce