In Flutter, displaying an image can be done by using Image widget. Flutter provides a named constructor File. Image which can be used if the image source is from a file . Alternatively, you can also use FileImage .
Read moreHow do I import a JPEG into Flutter?
How to include images in your Flutter app
Read more