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

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

2.4.2 #

  • Support maxBufferedCalls to RateLimiter.

2.4.1 #

  • Minor lint fix.

2.4.0 #

  • Support GC friendly dispose for all function wrappers.
  • Fix reset bugs.

2.3.5 #

  • Code formatting.

2.3.4 #

  • Minor README update

2.3.3 #

  • Refresh example

2.3.2 #

  • RateLimiter exception handling.

2.3.1 #

  • Minor README update.

2.3.0 #

  • Introduce RateLimiter wrapper. Allow limiting number of function calls within a time interval.

2.2.3 #

  • Minor README updates.

2.2.2 #

  • Update README and README-ZH for libraries comparison.

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.
15
likes
160
points
104
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)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on function_filter