This example demonstrates how to programmatically navigate to the adjacent dates in the Flutter Calendar.
In the Flutter Event Calendar, you can programmatically navigate to the adjacent dates by using the forward and backward method of CalendarController.
If the current view has the minimum date range, the backward will not move to the previous view.If the current view has the maximum date range, the forward will not move to the next view.
You can also refer our UG documentation to know more about DateNavigation in the Flutter Calendar.
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.