flutter_debouncer library
Classes
- Debouncer
-
The
Debouncer
class provides a mechanism to debounce function calls, ensuring that the function is only invoked after a specified duration of inactivity. - Throttler
- The Throttler class helps manage the rate of function invocations by ensuring that the function is only triggered after a specified duration of inactivity.
Enums
- BehaviorType
- Specifies the behavior type for debouncing or throttling function calls.