Showing the dropdown list with special List and Multiple Dynamic Dependent Dropdown List

Issue List<Map<String, dynamic>> category123 = [ { "name": "Python", "department": "second-choice", "detail": [’11’, ’12’, ’13’, ’14’], }, { "name": "Javascript", "department": "first-choice", "detail": [’21’, ’22’, ’23’, ’24’], }, { "name": "PHP", "department": "first-choice", "detail": [’31’, ’32’, ’33’, ’34’], }, {

Continue reading