debounce_controller 1.0.1
debounce_controller: ^1.0.1 copied to clipboard
A Flutter package for handling debounced text input with async operations using GetX, ideal for responsive search and data fetching.
1.0.0 - 2024-08-23 #
Added #
- Initial release of the
DebounceControllerpackage. - Added
DebounceControllerclass for handling debounced text input operations. - Support for asynchronous operations with customizable debounce duration.
- Error handling with an optional
onErrorcallback. - Reactive data and loading state management using
GetX. - Support for multiple instances of
DebounceControllerusing tags.