Skip to content

Latest commit

 

History

History
116 lines (63 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

116 lines (63 loc) · 1.84 KB

1.0.12

  • Fixed bug: when onClose is null, catch exception Unhandled Exception: NoSuchMethodError: The method 'call' was called on null. Receiver: null. Issues: #40 and #43.

1.0.11

  • Added minuteDivider parameter.

1.0.10

  • Added onClose callback.

1.0.9

  • Added Hungarian language support.

1.0.8

  • Refactor i18n codes.

1.0.7

  • Added Italian language support.

1.0.6

  • Added Korea language support.

1.0.5

  • Added German language support.

1.0.4

  • Added Russian language support.

1.0.3

  • Added Japanese language support.

1.0.2

  • Added Arabic language support.

1.0.1

  • Added Bengali language support.

1.0.0

  • Refactor code.
  • Support DatePickerTimePickerDateTimePicker.
  • Support DatePickerWidgetTimePickerWidgetDateTimePickerWidget.
  • Upgrade date format.
  • Add DateTimePickerTheme.
  • Add DateTimePickerLocale for locale.

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.