debounced_autocomplete 1.0.0
debounced_autocomplete: ^1.0.0 copied to clipboard
A Flutter autocomplete widget built on top of RawAutocomplete with built-in debouncing to optimize API calls and reduce unnecessary requests while users type.
1.0.0 #
- Initial stable release
- DebouncedAutocomplete widget built on RawAutocomplete with debouncing
- DebounceController for timing and cancellation
- Custom field and options view builders
- Customizable debounce duration, loading management