auto_complete_search 0.0.4 copy "auto_complete_search: ^0.0.4" to clipboard
auto_complete_search: ^0.0.4 copied to clipboard

A simple and versatile autocomplete text field for flutter. An autocomplete textfield for flutter. Really simple and easy to use with scrollable suggestions. You can customise what happens when item i [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_complete_search

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

dependencies:
  auto_complete_search: ^0.0.4

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_complete_search/auto_complete_search.dart';
5
likes
30
pub points
52%
popularity

Publisher

unverified uploader

A simple and versatile autocomplete text field for flutter. An autocomplete textfield for flutter. Really simple and easy to use with scrollable suggestions. You can customise what happens when item is selected and how filtering is done. Hint text and borders of the widget are also customizable.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on auto_complete_search