Which of the following choices is the best answer for adding an image from your computer hard disk to a Flutter project ?
You cannot add an image from your computer hard disk to a Flutter project. You can only configure your
code to use an image from a web link .
Add a new folder (directory) to your Flutter file structure, copy the image from your hard disk, paste this
image in the image folder then configure your Dart file in this Flutter project to use this image file name.
image in the image folder, configure your Dart file in this Flutter project to use this image file name,
configure your Flutter project pubspec.yaml file to use this image folder, then click "Packages get" at the
top of pubspec.yaml file.
Click File menu in any Flutter IDE, select Insert, select Image, browse to select the image, click Save
three times, and then restart your IDE.
Submit