dylanwuzh / flutter-cupertino-date-picker

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

修复datetime组件 内部时间问题 #104

Open GurglingY opened 4 years ago

GurglingY commented 4 years ago

dateFormat: "M:d H:m", pickerMode: DateTimePickerMode.datetime,

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

TshineZheng commented 4 years ago

正好遇到这个问题,感谢PR。