Adding filters in backend query on ListView

Database & APIs

I'm displaying a list of orders retrieved from the backend. I want to enable infinite scroll to fetch the data in batches for better user experience.

Now I want to add filters option, so that users can query delivered or pending orders etc.

Please help me with an approach.

What have you tried so far?

I've added a backend query on ListView and it works perfectly fine, orders are retrieved in batches as the user scrolls down through the list.

Now I want to add filters to the backend query, for example user can add a filter to retrieve either delivered orders or pending orders etc. But I couldn't find a way to pass the values in the backend query.

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