Skip to content

How to display two Flutter event calendar with month view in screen (SfCalendar)

Notifications You must be signed in to change notification settings

SyncfusionExamples/two-flutter-event-calendar-in-screen

Repository files navigation

How to display two month view Calendar in a screen using Flutter Calendar?

A quick-start example to help you to display two month view Calendar in a screen using Flutter Calendar.

Using the onViewChanged callback of the calendar, you can display the two calendars in a single screen in the Flutter Event Calendar.

In this example, two calendars were displayed using the column widget, and the display dates for both calendars were handled in the onViewChanged callback.

For more details , refer to this KB

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.