iamvivekkaushik / DatePickerTimelineFlutter

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

Fixed bug where initialSelectedDate was not changing even after rebuilding widget #41

Closed gunantosteven closed 4 years ago

gunantosteven commented 4 years ago

I want to reinitialize the _currentDate after I changed initialSelectedDate in my app. So you can change initialSelectedDate programmatically even after your widget page initialized.

iamvivekkaushik commented 4 years ago

Your fix will create issues when selecting a new date, it will keep setting the current date back to the initial date from constructor.