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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello

I think this is a bug, or at least inconsistent behaviour. With other views, a call is made to loadMoreAppointments, and therefore handleLoadMore every time the view changes, moving backwards and forwards in time. This makes it possible to manage the caching of appointment information, and requesting more when needed.

What happens: With schedule view if I scroll forward a few months, say from Jan '22 to April '22, a call is made to handLoadMore for every new month as expected. However when scrolling back, it isn't called again until I hit December '21. 

What I would expect: handleLoadMore should also be called each time I go back a month (for March '22, Feb '22 and Jan'22 as well as Dec '21).

Hope that's clear.

Regards

Andrew


Addition - I notice that in schedule view onViewChanged isn't called at the end of each month. If this (and the above) is intended behaviour please can you give information about managing appointment loading in Schedule view