easy_dropdown

Creator: coderz1093

Last updated:

0 purchases

easy_dropdown Image
easy_dropdown Images
Add to Cart

Description:

easy dropdown

This package is build for dropdown menus in flutter.
Features #
This package is simple for dropdown items. You just need to pass list of items.
Getting started #
Add the dependency in pubspec.yaml file-
dependencies:
easy_dropdown: ^0.0.4
Usage #
SizedBox(
width: MediaQuery.of(context).size.width * 0.90,
height: 50,
child: EasyDropdown(
listItems: ["Option 1", "Option 2", "Option 3"],
hintText: "Select option",
),
),

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.