debounced_autocomplete 1.2.1
debounced_autocomplete: ^1.2.1 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.2.1 #
- Exported
Debounceable,DebounceController, anddebounceFunctionfrom the main library for easier access
1.2.0 #
- Changed
controllerparameter type fromSearchController?toTextEditingController?for better compatibility with Flutter's standard text editing components
1.1.0 #
- Added
continueSearchOnSelectedOptionparameter to control search behavior after option selection - When
false(default), search stops if text matches selected option's displayValue
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