iamvivekkaushik / DatePickerTimelineFlutter

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

reset currently selected date if initialSelectedDate is updated #33

Closed 3ace closed 4 years ago

3ace commented 4 years ago

I have a case where I need to update the initialSelectedDate and reset currently selected date in the picker. Currently if update initialSelectedDate the date selector is not updated to the date I needed.

this update fixed that issue.

I'm not sure if that's an intended behavior or if there's any other way to achieve the result I need.