Hi everyone i have tried displaying multiple images for each id from my api call but i keep getting the format exception error. when i test out my api and try to display a single image in flutter flow it works but the moment i try using a pageview or listview to display these images i get this error.
Displaying dynamic mages in flutter flow from api call using pageview
Widgets & Design
As for the page view when i added it flutterflow showed and error and asked that i put this pageview inside a custom component , which i did. I deleted two of the pageview pages and only left one which i used in generating dynamic children for the pageview and added an image in the column. I would really appreciate new ideas on how to tackle this.
I also created a component parameter called imagelistvar and assigned it a type of string then clicked on the isList checkbox and saved it
Furthermore when i test the app it shows the images in the side under the component parameter but it does not display the images inside the page view it just shows the static image.
No
1