iamvivekkaushik / DatePickerTimelineFlutter

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

Current Date fix #26

Closed Mallington closed 4 years ago

Mallington commented 4 years ago

Fix for issue #10. The original code was not utilising this.currentDate, instead it was using Date.now() for its start point.