auto_suggest_box 1.8.0+1 copy "auto_suggest_box: ^1.8.0+1" to clipboard
auto_suggest_box: ^1.8.0+1 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_box

This 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.0+1

Alternatively, 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';
1
likes
130
points
239
downloads

Publisher

unverified uploader

Weekly Downloads

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 search dialog, and BLoC/Cubit state management.

Repository (GitHub)
View/report issues

Topics

#autocomplete #autosuggest #search #fluent-ui #bloc

Documentation

API reference

License

MIT (license)

Dependencies

equatable, fluent_ui, flutter, flutter_bloc, gap, permission_handler, speech_to_text

More

Packages that depend on auto_suggest_box