Search code examples
fluttergridviewdrop-down-menu

Is there anyway to create a girdview inside a dropdown in Flutter?


I'm new in flutter. As the title , I'm trying to create a view like this bottom. I know that DropDownButton can create a list under to select , but what if I need the list to be gridview? GridViewDropDown

I have tried using DropDownButton. But I didn't find a place to change the list to gridview list


Solution

  • You can create your own custom rows and columns or just use Table widget check it here Table widget