function_filter 2.1.1 copy "function_filter: ^2.1.1" to clipboard
function_filter: ^2.1.1 copied to clipboard

A Dart library for function filtering utilities, providing tools for debouncing and throttling function executions based on time intervals.

2.1.1 #

  • Minor fix.

2.1.0 #

  • Let throttlers correctly handle duration zero.

2.0.2 #

  • Update README and demo app.

2.0.1 #

  • Update demo app.

2.0.0 #

  • Update package structure.

1.1.5 #

  • Formatting example app.

1.1.4 #

  • Formatting example app.

1.1.3 #

  • Include CallAggregator in example app.

1.1.2 #

  • Rename Accumulator to CallAggregator.

1.1.1 #

  • Update README

1.1.0 #

  • Introduce Accumulator wrapper.

1.0.0 #

  • Introduce Debouncer and Throttler function wrappers.

0.1.2 #

  • Add example app.

0.1.1 #

  • Support older version of Dart.

0.1.0 #

  • Shrink dependencies.

0.0.1 #

  • Initial release with debounce and throttle features.
9
likes
150
pub points
37%
popularity

Publisher

verified publishermopriestt.com

A Dart library for function filtering utilities, providing tools for debouncing and throttling function executions based on time intervals.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on function_filter