display http request response in a Listview
Since I don’t know the number of elements I will receive from my HTTP request with Flutter and Dart, I want to automatically generate cards or even containers to display my results. Here is my code that doesn’t work:
How to send Post request in flutter using http with Query Parameter and List object?
Here is the code how I implemented with java: