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. |