dylanwuzh / flutter-cupertino-date-picker

Flutter cupertino style date picker.
Apache License 2.0
363 stars 415 forks source link

DateTimePickerMode.time with minDateTime Malfunctions in time picker #89

Open prafgup opened 4 years ago

prafgup commented 4 years ago

dateFormat: "HH : mm", pickerMode: DateTimePickerMode.time,

Eg minDateTime - "10:47" Then in picker it shows fields for 10:[1-12] instead of 10:[47-59]