Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Current Behavior:
When minDate and maxDate ranges are set near the end of the month, the loadMoreWidgetBuilder only triggers when the scroll offset reaches the end (top or bottom edge) of the schedule view and the appointment list fills or exceeds the visible screen height. If the initial appointments do not fill the view height, scrolling does not occur, and the load-more functionality is never called, resulting in appointments for the next month not loading.
Expected Behavior:
The schedule view should consistently load appointments for the next month when minDate and maxDate are set to include that range, regardless of scroll offset. The load-more functionality should work even when the initial appointments do not fill the view height, ensuring smooth navigation across months.
Use Cases:
Also, I have prepared the simple sample to replicate the issue by using the ClampingScrollPhysics. Kindly check it.
Windows platform - The scroll does not happen with minimal list count - Have issue.
Android platform - The scroll is trigger - No issue occurs.