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.

Libraries

thunder_dropdown