Android Flutter Certified Application Developer AFD-200 Question # 19 Topic 1 Discussion

Android Flutter Certified Application Developer AFD-200 Question # 19 Topic 1 Discussion

AFD-200 Exam Topic 1 Question 19 Discussion:
Question #: 19
Topic #: 1

Which of the following choices is the best answer for adding an image from your computer hard disk to a Flutter project ?


A.

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 .


B.

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.


C.

Add a new folder (directory) to your Flutter file structure, copy the image from your hard disk, paste this

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.


D.

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.


Get Premium AFD-200 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.