flutter_cupertino_date_picker 0.6.0 flutter_cupertino_date_picker: ^0.6.0 copied to clipboard
Flutter cupertino date picker. Display DatePicker in iOS style. Support both Android and iOS platform.
0.6.0 #
- Add
DatePickerWidget
widget for display DatePicker in page.
0.5.0 #
- Add
onChanged2(DateTime dateTime, List<int> selectedIndex)
callback. - Add
onConfirm2(DateTime dateTime, List<int> selectedIndex)
callback. - Add
minDateTime
. - Add
maxDateTime
. - Add
initialDateTime
.
0.4.0 #
- Add
onCancel
callback.
0.3.0 #
- Support Flutter v1.0.
0.2.0 #
- Add custom cancel and confirm button.
0.1.0 #
- Refactor locale message.
0.0.7 #
- Support locale Portuguese Brazil (pt-br)
0.0.6 #
- Support English months.
0.0.5 #
- Fix month and day in zh locale.
0.0.4 #
- Support i18n.
0.0.2 #
- Complete README file.
0.0.1 #
- Initial Release.