Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.33 KB

File metadata and controls

19 lines (13 loc) · 1.33 KB

How to use navigation drawer for view switching in the Flutter Calendar?

A quick-start example to help you how to use navigation drawer for view switching in the Flutter Calendar.

In the Flutter Event Calendar, you can use navigation drawer for view switching by loading controller views in drawer of the Scaffold widget and show the calendar in body region. First you need to place the ListView.builder in the drawer of the Scaffold widget for view switching. Then Place the calendar inside the body of Scaffold widget.

NavigationDrawer

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.