How to Dynamically Update initialDay in DayView Widget from calendar_view Package in Flutter?
I’m using the DayView widget from the calendar_view (https://pub.dev/packages/calendar_view) package in my Flutter app to display events for a selected day. I want to dynamically update the initialDay of DayView whenever a new date is selected from a calendar. However, changing the initialDay value doesn’t seem to update the DayView.