Miguel

Results 1 issues of Miguel

Hi I noticed that `DatePicker.showDateTimePicker` is not blocking future dates when I set `maxTime: DateTime.now(),` Here is the code: ``` return TextButton( onPressed: () { DatePicker.showDateTimePicker( context, showTitleActions: true, minTime:...