easy_debounce
An extremely easy-to-use method call debouncer package for Dart/Flutter.
2.0.3
317K downloads/mo
#665 most downloaded on pub.dev
magnuswikhog/easy_debounce
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships fairly regularly
a new release about every 6 months
Most releases are documented
notes for 8 of 9 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
9 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Sep 2019 to Jan 2023Releases
latest 9-
2.0.306 Jan 2023Nothing published for this version
-
2.0.223 Dec 2021Release notes
Open source →-
Removed dependency on Flutter SDK (this package is now a pure Dart package)
-
Removed pubspec.lock from repo
-
Dart formatting
Thanks to Nils Reichardt
-
-
2.0.2+123 Dec 2021 -
2.0.117 Aug 2021Release notes
Open source →- Added the
fire()-method for manually executing a debouncer target method. - Added the
cancelAll()-method for cancelling all debouncers.
- Added the
-
2.0.030 Mar 2021 -
1.0.230 Sep 2020Release notes
Open source →Updated CHANGELOG.md and added unit test for cancel() on non-existing tag.
-
1.0.108 Sep 2019Release notes
Open source →Calling
debounce()with a zero-duration will now invoke the target method immediately, i.e. synchronously. -
1.0.008 Sep 2019Release notes
Open source →Updated description and link to GitHub repo. Flutter-formatted source code.
-
0.0.108 Sep 2019