datepicker_dropdown 0.0.3 copy "datepicker_dropdown: ^0.0.3" to clipboard
datepicker_dropdown: ^0.0.3 copied to clipboard

outdated

A Dropdown Date picker for Flutter with customizable options.

Date Picker Dropdown #

A Date picker Dropdown for Flutter with customizable options.

Features #

Main View monthview dateview yearview

Getting started #

DropdownDatePicker()

Usage #

For more Example

 DropdownDatePicker(
              isDropdownHideUnderline: true,
              isFormValidator: true,
              startYear: 2000,
              endYear: 2020,
              width: 10,
              onChangedDay: (value) => print('onChangedDay: $value'),
              onChangedMonth: (value) => print('onChangedMonth: $value'),
              onChangedYear: (value) => print('onChangedYear: $value'),
            ),

GitHub source code #

If you're interested on the code (feel free to modify it anyway you want), you can find it here: https://github.com/Robertrobinson777/datepicker_dropdown

Support #

"Buy Me A Coffee"

43
likes
0
pub points
95%
popularity

Publisher

verified publisherrobertrobinson.in

A Dropdown Date picker for Flutter with customizable options.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on datepicker_dropdown