Hi everyone,
We’ve recently completed a beautiful social media app using FlutterFlow + Supabase. While everything works well, we’ve hit a major performance limitation: there’s currently no way to implement pagination (infinite loading) using Supabase with the Backend Query UI.
We know this is technically possible via API calls (with limit/offset), but our entire project uses Backend Query, and switching now would require major refactoring.
🔁 Right now, our feed has to load all posts at once, which is hurting performance and UX — especially on mobile.
We’re requesting:
- Native support for pagination (limit/offset) in Supabase Backend Queries
- Integration with ListView/GridView for infinite scroll behavior
- Similar support to what Firebase already has in FlutterFlow
This is critical for scalable apps like social feeds, marketplaces, and community platforms.
Would love to hear if anyone found a workaround, or if the FlutterFlow team has this on the roadmap. 🙏
Thanks in advance!