iamvivekkaushik / DatePickerTimelineFlutter

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

Provide a `lastDate` option #35

Closed Akora-IngDKB closed 4 years ago

Akora-IngDKB commented 4 years ago

It will be nice to be able to provide a last date. It will be an efficient option to prevent performance issue on low end devices due to the infinite scrolling.

iamvivekkaushik commented 4 years ago

Hi, there is a last date option already available. You can pass the number of days that you wanna show after the start date daysCount in the constructor.

Akora-IngDKB commented 4 years ago

Oh how did I miss that 😆 .