ListView Problem / JSON Paths

Database & APIs

I have an API call for a nutrition app that returns an object with all the food and nutrients that a person should eat with their respective quantities.

The API call is working fine, but I can't get the ListView component to display the quantities.

I want to list all food and their quantities on one listview and all the nutrients and their quantities on another listview. Can anyone help me?

What have you tried so far?

I would like to try to generate the json paths based on the number of items returned by the api, but I don't know how to add a varibale no the json path.

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