/custom-agenda-view-flutter-calendar

How to show a custom agenda view in Flutter event calendar widget?

Primary LanguageC++

How to show a custom agenda view in the Flutter Calendar?

A quick-start example to help you to show a custom agenda view in the Flutter Calendar.

You can integrate a custom agenda view in the Flutter Event Calendar by using the appointment details from the calendar's OnTap callback.

In this sample, using tge onTap callback from the calendar the tapped appointment details are obtained. Using those appointment details, you can provide data to the custom agenda view below the calendar widget as per your requirement.

For more details, you can refer to our KB documentation.

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.