Infinite scrolling with cloud functions

Database & APIs

I have use case where when page is loaded I call a cloud function (via a custom action), it returns 500 records and those are displayed. In the response there is information how to get the next 500. Getting those is not an issue but how do I listen to the event when scrolling the listview to the end so that I know that I need to call the cloud functions to get the next 500

What have you tried so far?

Read the documentation but there is no information how to listen to the scrolling event

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