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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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 ?