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

Flutter platform dropdown package for android and iOS default behaviour

Flutter Platform Dropdown #

This does make Flutter Framework complicated dropdown button less complicated and provide default os dropdown behaviour

How to Use #

PlatformDropdown(
            width: 200,
            selectedValue: selectedItem,
            items: list,
            onChange: (val)
            {
                setState(() {
                  selectedItem = val;
                });
            }
        )

Android Dropdown #

drop-down-list

iOS Dropdown #

drop-down-list

3
likes
90
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter platform dropdown package for android and iOS default behaviour

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_platform_dropdown