· Learning FF

ListView, Dynamic children and AppState

Actions & Logic

I have a list of document references that I use in my ListView widget to generate children dynamically.

However, since there are just document references, I need don't want to display the actual DocID but rather the name corresponding to this reference. For this I have an AppState that is of data type:

My issue is that I can't find a way to display the name in the text children of my ListView. I only manage to display the Document Reference.

How can I achieve this?

What have you tried so far?

Tried all possible combinations of Filter Items, List contains items, etc. but nothing works.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
5 replies