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

Custom drop down widget

to help create custom color drop with values

Features #

Shows Drop down with custom colors and a item list

Getting started #

create item list of WeeDropDownItem s

Usage #

WEEDropDownWidget(itemList: states, selectTitle: "Select State", onChangeEventItem: (WeeDropDownItem we){ }, primaryColor: Colors.red, meFocusNode: stateFocus, decorationColor: Colors.green )

const like = 'sample';

Additional information #

Add this to your package's pubspec.yaml file:

dependencies: wee_drop_down: ^0.0.1

Then you just have to import the package with import 'package:wee_drop_down/wee_drop_down.dart';

1
likes
120
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Custom drop down widget

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on wee_drop_down