flutter Image provider: NetworkImage, Image key: NetworkImage
I am trying to load an array of images inside a horizontal ListView.builder from an API fetching data from the server. The API returns an array inside another with the key profile_img.Below is what the API return looks like: […