App state variable JSON list into separate text fields within a list view

Troubleshooting

Hey everyone. Having some real trouble breaking out an app state variable into separate text fields.

JSON is set to list: code below.

I've created a listView>Column>Text

However, i'm unable to bring through individual index's. E.g., a text field with only "Title: Classic Western Cowboy Hat with Studded Band" and another text field that says "description: Timeless western style accessory"

Right now when i parse through "index" "First" i get a null value. And can only populate the text field with the full JSON

[ {"title": "Classic Western Cowboy Hat with Studded Band", "description":"Timeless western style accessory ", "Style":"Cowboy Hat", "Color":"Black", "Size":"OneSize", "Department":"Women"} ]

Where am i going wrong

What have you tried so far?

I've put the JSON isn't different formats

Played with different settings, but none seem to work

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