flutter_hooks icon indicating copy to clipboard operation
flutter_hooks copied to clipboard

feat: add `useuseThrottle` hooks.

Open ostk0069 opened this issue 5 months ago • 1 comments
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.

ostk0069 avatar May 25 '25 08:05 ostk0069