datetime_picker_formfield 0.1.6
datetime_picker_formfield: ^0.1.6 copied to clipboard
A Flutter widget that wraps a TextFormField and integrates the date and/or time picker dialogs.
[0.1.6] - November 5, 2018 #
- Add
editable
option toTimePickerFormField
.
[0.1.5] - November 2, 2018 #
- Add
editable
option to disable manual editing and always show the picker(s) when the field gains focus.
[0.1.4] - October 16, 2018 #
- Setting
initialTime
tonull
will cause it to start at the current time when shown. - Add screenshot to readme.
[0.1.3] - August 12, 2018 #
- Add remaining parameters from showDatePicker().
[0.1.2] - August 9, 2018 #
- Fix autovalidate setting.
[0.1.1] - July 21, 2018 #
- Fix and improve documentation.
[0.1.0] - July 21, 2018 #
- Support Dart 2.0
[0.0.3] - June 13, 2018 #
- Added License (MIT).
[0.0.2] - June 13, 2018 #
- Fix pubspec.yaml Flutter SDK version requirements.
[0.0.1] - June 13, 2018 #
- Initial release.