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

CalendarDataSource should supply type information...

Example in `calendar_data_source.dart` - 

https://share.getcloudapp.com/mXuBq7L4


Example showing data source with custom `Appointment` type: 

https://share.getcloudapp.com/4guym7gZ


Without type information, you end up with errors:

https://share.getcloudapp.com/X6uOz2wm


EDIT: another place where type information should be able to be specified is on `CalendarTapDetails` and the callback. 


In general, type info should be able to be specified anywhere where we access a custom appointment type through the syncfusion API.