How To Do Programmatic Navigation Using Flutter Calendar?

Sample date Updated on Feb 15, 2024
calendar dart example flutter flutter-event-calendar navigation programmatic-navigation sfcalendar

A quick-start example to help you to do programmatic navigation using Flutter Calendar.

You can navigate to the calendar view in the Flutter Event Calendar programmatically by using the CalendarController's view property.

In this sample, the calendar view was changed programmatically using the view property of the calendarcontroller via the TextButton onPressed callback.

For more details , Refer to our UG documenetation Calendar

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.

Up arrow