ListView inside a ListView? What's the recommended pattern?

Widgets & Design

Hi folks, New flutterflow user here,

I have a document (a news article) that has some "List <string>" (Geographies) data types within it. ie:

Headline: "6 Bank Robbers Escape"

Article Body: "Today it was announced that 6 people were..."

Geographies: {"UK", "France", "US"}

I wish to display this information in the Container/Row/ListTile on my search page.

What is the recommended approach?

Data coming from Firestore/Alogolia if that makes a difference.

What have you tried so far?

I have used Chips to do this, but it doesn't feel quite right. I was thinking of putting a ListView widget in each list item, but again that feels a bit "heavyweight".

This must be a common scenario (ie variant types on an ecommerce shop), but I can't find any documentation on it.

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