Search code examples
selectflutterdartdropdownsearchable

How to make a searchable dropdown that allows multiple values in flutter?


I'm looking on how to create a dropdown with multiple select options that also allows to search the values.
The expected result is like the Autocomplete Multiple Values of Material UI component.

I couldn't find something related and I was wondering if there is a package or another way to achieve this?


Solution

  • I found this multiple_select package, that has a searcher inside. Hope it helps to the community.