flutter_platform_dropdown

Last updated:

0 purchases

flutter_platform_dropdown Image
flutter_platform_dropdown Images
Add to Cart

Description:

flutter platform dropdown

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;
});
}
)
copied to clipboard
Android Dropdown #

iOS Dropdown #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.