reactive_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.
ReactiveCupertinoTypeAhead<T, V>
A ReactiveCupertinoTypeAhead that contains a TextField.
ReactiveTypeAhead<T, V>
A ReactiveTypeAhead that contains a TextField.
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.