Flutter – StreamBuilder: filter stream data and display new results (gets stuck on ConnectionState.waiting)
I am loading data from Firebase and displaying it, this works perfectly fine. Now I want to let the user filter the results on the client-side. This is what doesn't work. I am using a StreamController and use the add…