datepicker_dropdown 0.0.2+2 datepicker_dropdown: ^0.0.2+2 copied to clipboard
A Dropdown Date picker for Flutter with customizable options.
Date Picker Dropdown #
A Date picker Dropdown for Flutter with customizable options.
Features #
Getting started #
DropdownDatePicker()
Usage #
For more Example
DropdownDatePicker(
isDropdownHideUnderline: 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