flutter_typeahead library

Classes

CupertinoTypeAheadField<T>
A widget that shows suggestions above a text field while the user is typing.
RawTypeAheadField<T>
A widget that shows suggestions above a text field while the user is typing.
SuggestionsController<T>
A controller of a SuggestionsField and its SuggestionsBox.
SuggestionsControllerProvider<T>
Injects a SuggestionsController into the widget tree.
TypeAheadField<T>
A widget that shows suggestions above a text field while the user is typing.

Enums

SuggestionsFocusState
The state of focus of the suggestions box and field.