flutter_hooks
flutter_hooks copied to clipboard
feat: add `useuseThrottle` hooks.
trafficstars
close. #472
Summary by CodeRabbit
Summary by CodeRabbit
-
New Features
- Introduced a new hook that allows throttling the execution of callbacks, helping to limit how frequently a callback can be triggered within a specified duration.
-
Tests
- Added tests to verify that the new throttling hook correctly limits callback execution and behaves as expected during rapid user interactions.