auto_suggest_box 1.8.0
auto_suggest_box: ^1.8.0 copied to clipboard
A highly customizable, performance-optimized auto-suggest/autocomplete widget for Flutter with Fluent UI design. Features debounced search, LRU caching, keyboard navigation, form validation, advanced [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add auto_suggest_boxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
auto_suggest_box: ^1.8.0Alternatively, 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:auto_suggest_box/auto_suggest_box.dart';