flutter_typeahead
flutter_typeahead copied to clipboard
Is Form form of flutter_typeahead allow me add extra text, besides autocomplete?
I want to add extra text besides that which is autocomplete by plugin, is this possible?
yes, with the itemBuilder
parameter you can specify exactly what is displayed.