just_debounce_it 2.1.0 just_debounce_it: ^2.1.0 copied to clipboard
A simple debounce library
Changelog #
2.0.0 #
- Update dependencies for Dart 2.0.
- Remove explicity analysis options YAML.
- Add
runAndClear
method to immediately dispatch a debounced target.
1.0.4 #
- Run
dartfmt
. - Adjust
analysis_options.yaml
and fix issues. - Add travis YAML.
1.0.3 #
- Move project into repo. Fix typos in README.md.
1.0.2 #
- Clean-up README.md.
1.0.1 #
- Improved documentation. Added example.
1.0.0 #
- Initial version of a debounce library.