Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 820 Bytes

CHANGELOG.md

File metadata and controls

59 lines (32 loc) · 820 Bytes

0.8.0

  • Support set the value of minimum DateTime and maximum DateTime.

0.7.0

  • Change days in a month when moth changes.

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.