Skip to content

SyncfusionExamples/handle-appointment-display-mode-in-flutter-event-handler

Repository files navigation

How to handle the appointment display mode in the Flutter Calendar?

A quick-start example to help you to handle the appointment display mode in the Flutter Calendar.

You can handle the calendar month view appointment display by using the appointmentDisplayMode property of MonthViewSettings. By default, appointmentDisplayMode is set to Indicator, using the appointmentDisplayMode you can set the month view appointments display as follows.

  • indicator - appointment will be denoted as the circle.
  • appointment - appointment subject will be displayed in month cell.
  • none - appointment will not be displayed.

appointments_displaymode

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.