I am trying to create a dropdown list in flutter with ability to type in it and also display elements matching the input.
I tried dropdown menu widget in flutter which had a enableSearch property but I could not style the textfield .
I tried the menuStyle option but only the dropdown menu could be styled not the dropdown box.
2
Answers
try this package
dropdown_search
Try With this package dropdown_textfield:
Output: