autocompletedartfluttertext-formatting

How to add auto complete to a text form field?


I tried using https://pub.dartlang.org/packages/autocomplete_textfield but can't use it in a text form field.

If possible, I would also like to add focus to this field when needed.


Solution

  • I used flutter_typeahead plugin and it gives all the options as in a text form field including autofocus.