How To Do Date Navigations Easily With Flutter Calendar?

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

A quick-start example to help you to do date navigations easily with Flutter Calendar.

You can easily navigate to a specific date of the day view in the Flutter Event Calendar by setting the allowViewNavigation and showDatePickerButton properties.

In this sample the the allowViewNavigation, showDatePickerButton value has been set as true for easy navigation. By tapping on the month cell and view header of the calendar views, you can navigate to the specific date with day view.

For more details, you can 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.

Up arrow