This example demonstrates how to create time table using Flutter Event Calendar.
You can create time table by adding appointments for particular days of week by using onViewChanged callback in Flutter Calendar.
Using the onViewchanged callback you can checks whether the visible date weekday is not fallen on the weekend to add appointments for weekdays.
To run this application, you need to first clone or download the ‘create a flutter maps widget in 10 minutes’ repository and open it in your preferred IDE. Then, build and run your project to view the output.
For more help, check the Syncfusion Flutter documentation, Flutter documentation.