Flutter TypeAhead
A TypeAhead (autocomplete) widget for Flutter, where you can show suggestions to users as they type.

A TypeAhead widget for Flutter, where you can show suggestions to users as they type
https://github.com/AbdulRahmanAlHamali/flutter_typeahead
140 forks.
461 stars.
103 open issues.
Recent commits:
- Revert 1.9.2 to 2.0.0Re-commit 1.9.2 as version 2.0.0., Steven McDowall
- Revert to 1.9.1 as 1.9.31.9.2 broke backward compatibility and will become 2.0.0 meanwhile make 1.9.3. the old 1.9.1., Steven McDowall
- Update CHANGELOG.mdChanges for 1.9.2, GitHub
- Update pubspec.yamlUpdated version for PR to fix # 267, GitHub
- Merge pull request #268 from karimkod/removing_generics_from_configurationRemoved unecessary generic type from TextFieldConfiguration, GitHub