Help Needed: Dynamic Price Range Filtering in FlutterFlow API Calls

Hello everyone,

I recently watched a tutorial on dynamically filtering data in FlutterFlow https://www.youtube.com/watch?v=478SCxqpakw&list=PPSV, which has been incredibly helpful for implementing category and brand filters in my app. However, I've encountered a roadblock when trying to filter a range of prices.

Here's the problem: I want to filter my list of products to display items priced greater than or equal to $5 and less than or equal to $10. Despite searching for solutions, I haven't found a suitable approach yet.

I've tried capturing user input for the minimum and maximum price values and incorporating logic to filter the product list accordingly. However, I'm struggling to implement this functionality effectively.

Could someone please provide guidance or suggest a solution for filtering data by price range in FlutterFlow? Any insights or code examples would be greatly appreciated.

Thank you in advance for your help!

4 replies