flutter_platform_dropdown 0.0.1 flutter_platform_dropdown: ^0.0.1 copied to clipboard
Flutter platform dropdown package for android and iOS default behaviour
Dropdown
This does make Flutter Framework complicated dropdown button less complicated and provide default os dropdown behaviour
//Example PlatformDropdown( width: 200, selectedValue: selectedItem, items: list, onChange: (val) { setState(() { selectedItem = val; }); } )