Display Images In Flutter

Simple app to display images in a flutter. In this demo app, we display the images from the Assets folder and from the network (fetch an image from URL).

Build On

  • Flutter 2.8.1
  • Dart 2.15.1

What we learn here

  • In this demo, we learned the following widgets
    1. MaterialApp
    2. Scaffold
    3. AppBar
    4. Text
    5. Center
    6. Image
  • How to add an image to the project and how to display it.
  • How to display images from the network.
  • How to change the background color.
  • How to center the widgets.

Screenshots

iPhone

iPhone

Android

Android

Contact

Name: Manish Ahire

Portfolio: www.manishahire.com

Blog: www.mobodevstuff.com

GitHub

View Github