0

I'm unable to find a way to create an input field in Flutter that would open up a drop downlist of name. Is this possible with Flutter material widgets?

just like this

enter image description here

  • Does this answer your question? [How to implement drop down list in flutter?](https://stackoverflow.com/questions/49273157/how-to-implement-drop-down-list-in-flutter) – Kalana Mihiranga Mar 03 '21 at 11:47

1 Answers1

0

You can make use dropdown_formfield package:

Simon Sot
  • 2,748
  • 2
  • 10
  • 23