i want to combine a Consumer with my FutureBuilder, so if we retrieve new data, only the ListView.Builder() should rebuild. Now this i
Consumer
FutureBuilder
ListView.Builder()