How to include images in your Flutter app
Read moreHow do I load an asset in flutter?
Steps to Add an Image:
Read moreWhere is the assets folder in flutter?
Flutter uses the pubspec. yaml file, located at the root of your project , to identify assets required by an app.
Read more