easy_dropdown 0.0.5 copy "easy_dropdown: ^0.0.5" to clipboard
easy_dropdown: ^0.0.5 copied to clipboard

A new Flutter package based on dropdown.

EasyDropdown #

(README.md)

Features #

This package is build for dropdown menus in flutter. This package is simple for dropdown items. You just need to pass list of items.

Example code #

 SizedBox(
    width: MediaQuery.of(context).size.width * 0.90,
    height: 50,
    child: EasyDropdown(
    listItems: ["Option 1", "Option 2", "Option 3"],
    hintText: "Select option",
  ),
 ),

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",
  ),
 ),

👏 And it's done! #

Feel free to mail us for any doubts/query ✉️ mailtomprakash1@gmail.com

❤️ Owner #

Made with ❤️  by ## Manish Prakash

Additional information #

Contributors are welcome to suggest any change for this package.

Thanks.

5
likes
140
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package based on dropdown.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on easy_dropdown