Skip to content

SyncfusionExamples/create-time-table-using-flutter-calendar

Repository files navigation

How to create time table using Flutter Event Calendar

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.

Timetable

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.