How to access Listview Backend Query results with infinite scroll

Actions & Logic

I currently have set up a listview and searchbar, the listview has a backend query and the text input of the search bar is used in the query to provide searching using the backend query. The backend query makes an API call and I have infinite scrolling on for the listview. I want to access the results of the backend query while maintaining the infinite scrolling, but if I move the query up, I lose the infinite scrolling functionality on the listview. So how can I access that backend queries results from elsewhere on the page and keep the listview infinite scrolling? I just want a property in the response.

What have you tried so far?

I've tried moving the query up from the listview widget but then the listview infinite scroll functionality goes away.

Did you check FlutterFlow's Documentation for this topic?
No
5
4 replies