How to hide a listview item (row)?

Database & APIs

Hi, I have a PRODUCTS table with a boolean field called is_active. This table has a collection called SOLD that describes actions taken on the product.

I have a listview showing all the products from the SOLD collection. However, I just want to show products that have the is_active set to true.

What have you tried so far?

I set a query (document from reference to the PRODUCTS table) on the row under the ListView widget and tried conditional visibility. However, I keep getting all the info displayed.

Is there a way to address this situation?

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