iamvivekkaushik / DatePickerTimelineFlutter

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

Hello how to implement a last date? #39

Closed pjjy closed 4 years ago

pjjy commented 4 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

itsvivek-in commented 4 years ago

Check this... date_picker

pjjy commented 4 years ago

It appears to be a first date. i think to have like this initialDate: DateTime(2020,8,21), lastDate: DateTime(2020,8,30),

something like that

iamvivekkaushik commented 4 years ago

Duplicate #35