debounce_controller 0.0.1 debounce_controller: ^0.0.1 copied to clipboard
Debounce controller based on GetX
[0.0.1] - 2024-08-23 #
Added #
- Initial release of the
DebounceController
package. - Added
DebounceController
class for handling debounced text input operations. - Support for asynchronous operations with customizable debounce duration.
- Error handling with an optional
onError
callback. - Reactive data and loading state management using
GetX
. - Support for multiple instances of
DebounceController
using tags.