customizable_datetime_picker 0.0.2
customizable_datetime_picker: ^0.0.2 copied to clipboard
Customizable Datetime Picker for Flutter projects. You can customize different parts of the picker like format locale divider color and many others.
0.0.2 #
- CustomizableTimePickerWidget class was added. Now it is possible to create timepicker as well.
- CustomizableTimePickerWidget and CustomizableDatePickerWidget constructor now have nullable parameter: separatorWidget to define separator widget between picker columns.
0.0.1 #
- Initial release. You can use datepicker without parameters with default values. Or customize different parts of the widget.