just_debounce_it 4.1.0 copy "just_debounce_it: ^4.1.0" to clipboard
just_debounce_it: ^4.1.0 copied to clipboard

A simple debounce library for preventing continuous execution of functions

Changelog #

4.1.0 #

    • Add support for debouncing streams with DebounceStreamTransformer

4.0.0+2 #

  • Added repository and issue-tracker to pubspec

4.0.0+1 #

  • Fixed homepage in pubspec.yaml

4.0.0 #

  • Migrated to null-safety

3.0.0+2 #

  • Fixed a test that didn't fail but wasn't correct

3.0.0+1 #

  • Moved repo to main github account (@truthmast)
  • Allow the use of named arguments
    • Arguments are passed as Map<Symbol, dynamic> -- using Symbol is more error proof than allowing a String but not as user friendly. TODO: Parse Map<String, dynamic>, but that will be a breaking change for major version 4

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.
17
likes
140
pub points
87%
popularity

Publisher

verified publisherqrl.app

A simple debounce library for preventing continuous execution of functions

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on just_debounce_it