skip to Main Content

Flutter – Drop down Menu Data set from api

I am working on e commerce application in that app I want to set dropdown data from api. I am fresher in flutter so I need to help Dropdown Code DropdownButton<String>( value: _selectedOption, items:_options.map<DropdownMenuItem<String>>( (String value) { return DropdownMenuItem<String>( value:…

VIEW QUESTION
Back To Top
Search