longphanmn / f-datetimerangepicker

Flutter Date & Time Range Picker
Apache License 2.0
20 stars 9 forks source link

maximumTime isn't work for Start Section #12

Open AbirAhsan opened 2 years ago

AbirAhsan commented 2 years ago

I use maximumTime: DateTime.now().add(Duration(days: 2)), It's show on end section but in start section, it's not working.