flutter_typeahead 5.2.0

SDKflutter
Platformiosweb

A highly customizable typeahead (autocomplete) text input field for Flutter

flutter_typeahead_example

See the readme in the root of the repository for more information.

To run the example, generate the files for your platform:

cd example # if you are not in the example directory
flutter create . --platform=<platform> # where <platform> is any of [android, ios, linux, macos, web, windows]

Then compile and run the example as usual:

flutter run