flutterdart

how to implement a drop down list in Flutter without packages?


I Need to implement a collapsible menu with pure dart in a flutter app So Any one can help please ?


Solution

  • if you are building a Material app you should take a look at the DropdownButton Widget.

    Happy coding!