flutter_platform_dropdown 0.0.2 copy "flutter_platform_dropdown: ^0.0.2" to clipboard
flutter_platform_dropdown: ^0.0.2 copied to clipboard

outdated

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; }); } )

3
likes
0
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter platform dropdown package for android and iOS default behaviour

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_platform_dropdown