Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I have a sfCalendar page open in CalendarView.workWeek view. In the onTap() callback, I refresh the dataSource content and then call the setState() function. However, new events that have been added in the onTap callback are not displayed after setState rebuild. If I navigate to another week and come back to the previous week, the new events are now correctly displayed. Is there a way to force refreshing the calendar content during rebuild ?