Tell me how to make a pagination that works with infinite scrolling for supabase in listview?

Tell me how to make a pagination that works with infinite scrolling for supabase in listview?

There are over 10000 records in my supabase database. flutterFlow app loads everything at once into listview, app freezes.

How to make sure that the list is loaded with, say, 10 entries each. When all these 10 posts are read, the remaining 10 posts are loaded, just like in intagram and facebook.com feed

What I want is described in more detail here https://www.kodeco.com/14214369-infinite-scrolling-pagination-in-flutter

4
2 replies