debounce_controller 1.0.1 copy "debounce_controller: ^1.0.1" to clipboard
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 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.

[1.0.1] - 2024-08-23 #

Updated #

  • Updated pubspec.yaml to support Flutter >=3.4.0 <4.0.0 and GetX 4.6.6
13
likes
160
points
42
downloads

Publisher

verified publishermubashar.dev

Weekly Downloads

A Flutter package for handling debounced text input with async operations using GetX, ideal for responsive search and data fetching.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get

More

Packages that depend on debounce_controller