0 purchases
thunder dropdown
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
copied to clipboard
Usage #
ThunderDropDown(
titleOfDDBtn: 'Please Select Name',
isHasLabelText: true,
hintText: "Name",
labelText: 'Name',
dataSource: [],
itemCount: 1,
itembuilder: ((context, index, model) => Column(),
onChange: ((index, itemModel) {}),),
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.