datetime_picker_formfield 0.0.3
datetime_picker_formfield: ^0.0.3 copied to clipboard
A Flutter widget that wraps a TextFormField and integrates the date and/or time picker dialogs.
Date/Time picker FormFields #
Two Flutter widgets that wrap a TextFormField and integrates the date and/or time picker dialogs.
Widget | Description |
---|---|
DateTimePickerFormField |
For using the date picker and optionally the time picker too. Yields DateTime values. |
TimePickerFormField |
For using the time picker only. Yields TimeOfDay values. |