simple_autocomplete_search 1.0.0 copy "simple_autocomplete_search: ^1.0.0" to clipboard
simple_autocomplete_search: ^1.0.0 copied to clipboard

outdated

Simple autocomplete field with suggestions.

simple_autocomplete_search #

Simple autocomplete field with suggestions.

Getting Started #

Usage #

Autocomplete works only with list of strings.

You can test the package by importing and using simply: SimpleAutocompleteSearch()

To use it with your list and onPressed function:

List<String> myList = ["foo", "bar"]; void myFunction(String text){ print(text); } SimpleAutocompleteSearch(onSelected: myFunction, suggestions: myList)

5
likes
0
pub points
34%
popularity

Publisher

verified publisherspotforest.com

Simple autocomplete field with suggestions.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_autocomplete_search