- Remove state reference to widget (#22)
- Allow DateTimePickerFormField to use time-only.
- Deprecate TimePickerFormField.
- Fix #11, previous time forgotten when
editable
is false.
- Add
editable
option toTimePickerFormField
.
- Add
editable
option to disable manual editing and always show the picker(s) when the field gains focus.
- Setting
initialTime
tonull
will cause it to start at the current time when shown. - Add screenshot to readme.
- Add remaining parameters from showDatePicker().
- Fix autovalidate setting.
- Fix and improve documentation.
- Support Dart 2.0
- Added License (MIT).
- Fix pubspec.yaml Flutter SDK version requirements.
- Initial release.