function_filter 2.2.3
function_filter: ^2.2.3 copied to clipboard
A Dart library for function filtering utilities, providing tools for debouncing and throttling function executions based on time intervals.
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
CallAggregatorin example app.
1.1.2 #
- Rename
AccumulatortoCallAggregator.
1.1.1 #
- Update README
1.1.0 #
- Introduce
Accumulatorwrapper.
1.0.0 #
- Introduce
DebouncerandThrottlerfunction 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.