Hi everyone,
I'm a noob of FlutterFlow and I need your help. I'm becoming mad trying to refresh a ListView after a checkbox was clicked. I get the data through an API call. I had to update the list view filtering only the people with a certain score greater than 0.75.
I applied this filter in the ListView using a generating children from variable and it works. It selected only the one with score > 0.75 (8 people) but the problem is that it shows always the first values.
It seems that it applies the filter but it doesn't refresh the ListView.
How should I do?