datepicker_dropdown 0.0.5 copy "datepicker_dropdown: ^0.0.5" to clipboard
datepicker_dropdown: ^0.0.5 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(
              boxDecoration: BoxDecoration(
                border: Border.all(color: Colors.black),
                borderRadius: BorderRadius.circular(5),
              ), // optional
              isDropdownHideUnderline: true,  // optional
              isFormValidator: true, // optional
              startYear: 1900, // optional
              endYear: 2020, // optional
              width: 10, // optional
              selectedDay: 14, // optional
              selectedMonth: 10, // optional
              selectedYear: 1993, // optional
              onChangedDay: (value) => print('onChangedDay: $value'),
              isExpanded: true, // optional default is true
              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/dropdown_date_picker

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