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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add debounced_autocompleteThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
debounced_autocomplete: ^1.2.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:debounced_autocomplete/debounced_autocomplete.dart';