How to add Images in Flutter.
Create an image folder inside an assets folder, create assets if not exist. This should be in your root folder, in that same root directory you will find a pubspec.yaml file , your need to make some changes on this file open it in your vscode editor, and change some lines like shown below. after…
