when the time picker is displayed, it is in 24h format, not 12h format as specified.
I'm using the Material widgets with date_field 3.0.0. It appears that the showMaterialTimePicker() function does not call showTimePicker() (https://api.flutter.dev/flutter/material/showTimePicker.html) in a 12h/24h method as described in the doc.
If you construct a DateTimeFormField like so:
when the time picker is displayed, it is in 24h format, not 12h format as specified.
I'm using the Material widgets with date_field 3.0.0. It appears that the
showMaterialTimePicker()
function does not callshowTimePicker()
(https://api.flutter.dev/flutter/material/showTimePicker.html) in a 12h/24h method as described in the doc.