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

We are building a calendar and using the resource view. But the problem is that when initializing the calendar we must load all resources. As these resources are coming from the backend this takes quite a long time if we need to fetch all. Because of that we want to load the resources paginated, page by page as needed. But there is no event that informs us, when the resourceView is at the bottom.

So our request is, that there is a way to know if the resourceView is scrolled to the last index.

Empty