Filtering Dynamic Children Queried from Firebase From Textfield Widget

Widgets & Design

I want to filter the generated list actively depending on what the user enters into the textfield. So, with nothing in the textfield all generated buttons are displayed once they type. the buttons that are showing inside the wrap widget are only those that match what is in the search bar. Right now the buttons are generated from a firestore query. I would prefer not to use a page state to allow this option because we have many ingredients in our store, and I don't want to have to re-enter them all.

What have you tried so far?

I haven't done anything yet. I don't see a way to make it work outside using a page state to generate the lists.

Did you check FlutterFlow's Documentation for this topic?
No
3