thunder_dropdown 0.0.1 copy "thunder_dropdown: ^0.0.1" to clipboard
thunder_dropdown: ^0.0.1 copied to clipboard

Thunder dropdown easy for use and beautiful

Thunder Dropdown #

Thunder Dropdown is a Flutter package for custom dropdown widget easiler and beautiful

Installation #

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_test

Usage #

ThunderDropDown(
    titleOfDDBtn: 'Please Select Name',
    isHasLabelText: true,
    hintText: "Name",
    labelText: 'Name',
    dataSource: [],
    itemCount: 1,
    itembuilder: ((context, index, model) => Column(),
    onChange: ((index, itemModel) {}),),

Contributing #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

2
likes
110
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Thunder dropdown easy for use and beautiful

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, sizer

More

Packages that depend on thunder_dropdown

Packages that implement thunder_dropdown