Infinite scroll on staggered view (query on page load)

Database & APIs

Hey, guys! I have an issue using infinite scroll. On my web app, I query a supabase table through an API call on page load. I query on page load so I can generate children dynamically on my staggered view using a page state. I'd like to make the user experience better by using infinite scroll, since my table has a lot of content. I've read and watched a lot of tutorials, but nothing seems useful for my case. Has anyone come across this scenario? If so, I'd really appreciate some help

What have you tried so far?

I've tried querying on the staggered view widget and using the paginated/next page property. However, it breaks my search feature and the data doesn't even show on the page.

Did you check FlutterFlow's Documentation for this topic?
Yes
2