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

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

2.2.1 #

  • Remove flutter sdk dependency.

2.2.0 #

  • Optimization for zero duration.

2.1.4 #

  • Fix doc link.

2.1.3 #

  • Simplified Chinese README.

2.1.2 #

  • Minor fix.

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.
10
likes
160
points
65
downloads

Publisher

verified publishermopriestt.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on function_filter