How To Create Time Table Using Flutter Event Calendar
appointments
calendar
dart
events
flutter
flutter-calendar
flutter-event-calendar
flutter-material-app
flutter-widgets
sfcalendar
widgets
This example demonstrates how to create time table using Flutter Event Calendar.
Creating time table
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.

Requirements to run the demo
How to run this application
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.
Further help
For more help, check the Syncfusion Flutter documentation, Flutter documentation.