dylanwuzh / flutter-cupertino-date-picker

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

DateTimePickerMode.datetime bug with minDateTime #121

Open luisdhm opened 3 years ago

luisdhm commented 3 years ago

dateFormat: 'dd/MM/yyyy HH:mm', pickerMode: DateTimePickerMode.datetime,

Eg minDateTime - "01/01/2020 10:47" Then picker shows 10:[1-12] instead of 10:[47-59]