iamvivekkaushik/DatePickerTimelineFlutter

Provide a `lastDate` option

Closed this issue · 2 comments

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.

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.

Oh how did I miss that 😆 .