super_auto_suggestion_box 1.3.1 copy "super_auto_suggestion_box: ^1.3.1" to clipboard
super_auto_suggestion_box: ^1.3.1 copied to clipboard

Super Auto Suggestion Box is a GeniusLink Flutter package providing a typeahead/combobox with local and remote sources, fuzzy matching, single or multi-select, free-text entry, progressive fallback, i [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_auto_suggestion_box

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  super_auto_suggestion_box: ^1.3.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:super_auto_suggestion_box/super_auto_suggestion_box.dart';
1
likes
140
points
879
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Super Auto Suggestion Box is a GeniusLink Flutter package providing a typeahead/combobox with local and remote sources, fuzzy matching, single or multi-select, free-text entry, progressive fallback, infinite scroll, recent suggestions, inline creation, shadow-hint completion, record binding, read-only and fixable modes, controller-driven focus/form wiring, advanced search, bare embedding, and shared core theming. Supports light/dark themes, LTR, and RTL.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #widget #autocomplete #typeahead #combobox

License

MIT (license)

Dependencies

flutter, flutter_localizations, intl, super_core, super_form_field

More

Packages that depend on super_auto_suggestion_box