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!
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.