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