Android Studio – How to use DropDownButton for dynamic list in flutter?
I am trying to implement dynamic dropdownButton in my app where the items of dropdown is going to come from the names of columns in my excel sheet. I am able to show all the columns of excel but I…