iamvivekkaushik / DatePickerTimelineFlutter

Flutter Date Picker Library that provides a calendar as a horizontal timeline
Apache License 2.0
283 stars 198 forks source link

Minimum and maximum date limmits #25

Closed ShaheryarMalik007 closed 4 years ago

ShaheryarMalik007 commented 4 years ago

can not select dates previous than current date, plus there shall be a min and max limmit like other calendars

iamvivekkaushik commented 4 years ago

Hi, I have updated this library to limit the minimum and maximum dates.

ShaheryarMalik007 commented 4 years ago

Thanks