Skip to content

How to customize the month cell with appointment count in the Flutter event Calendar (SfCalendar)

Notifications You must be signed in to change notification settings

SyncfusionExamples/customize-montn-cell-with-appointment-count-in-flutter-event-calendar

Repository files navigation

How to customize the month cell with appointment count in the Flutter Calendar?

A quick-start example to help you to customize the month cell with appointment count in the Flutter Calendar.

The MonthCellBuilder allows you to design your custom view and assign the view to the month cells of the calendar by returning an appropriate widget in the monthCellBuilder of SfCalendar.

Using the monthCellBuilder property of the calendar, you can customise the calendar month cell with appointment count in the Flutter Event Calendar. By using the MonthCellDetails widget, you can use the required widget for cell customization with appointment count.

Appointments will display on month cell builder widgets based on the appointment display mode.

You can also refer our UG documentation to know more about monthCellBuilder

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.