How to display image with URL in flutter

Viewed 28
1 Answers

That's not an image link, use an image that end with image extension like .png or .jpeg or .jpg or any other image format

some link like this

https://www.w3schools.com/html/pic_trulli.jpg
Related