This example demonstrates how to load appointments On-Demand in Flutter Calendar.
By using the handleLoadMore method you can load the appointments to the Flutter Event Calendar on-demand and use the loadMoreWidgetBuilder to customise the loading indicator.
You can build your own custom widget by using the loadMoreWidgetBuilder that will be displayed as a loading indicator in the calendar when the calendar view changes.
Update the appointments on-demand, when the loading indicator is displaying in the calendar by using the handleLoadMore method in the CalendarDataSource.
You can also refer our UG documentation to know more about LoadMore support 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.