API Response Filter based on Choice Chip

Database & APIs

I have an API response that contains a transactionType field with two possible values: "Income" and "Expense".

I want to display the transactions in my app based on the selected Choice Chip, either showing only "Income" transactions or only "Expense" transactions.

However, I am struggling with how to filter the transactions shown in the ListView based on the selected chip value.

Could someone guide me on how to implement this filtering?

What have you tried so far?

Did you check FlutterFlow's Documentation for this topic?
Yes
3
1 reply