Hello,
I want to create a list of the nearby workshops for my app.
I created an API call that return a JSON body containing details about the nearest workshops.
Then I created a listview having the api response for source (created an "allData" path for the source explained in this topic to avoid the toList error : https://community.flutterflow.io/ask-the-community/post/facing-issue-in-dynamic-children-of-listview-VXRtkCSam0ClDab?highlight=L6celG2SR0Ab4O1)
Problem, this is what I get wanting to use the dynamic child properties :
The predefined path dropdown doesnt show but even if I put manually the json path, this is what I get in test mode:
I want just one name to show at the time on each container but the whole list appear...