Flutter Certified Application Developer AFD-200 Exam Questions
Question #1 (Topic: demo questions)
In Flutter development, you can add three rows inside a column and add an image within each row.
Correct Answer: A
Explanation not available for this question.
Question #2 (Topic: demo questions)
Which of the following choices is the best answer for adding an image from your computer hard disk to a Flutter project ?
Correct Answer: C
Explanation not available for this question.
Question #3 (Topic: demo questions)
Youmay add a lot of properties to your Container widget such as background color, size, padding, margins, borders or the shape of text, and other properties.
Correct Answer: A
Explanation not available for this question.
Question #4 (Topic: demo questions)
Flutter widgets are the basic building blocks of a Flutter user interface. Almost everything in Flutter app is a widget such as images, icons, texts, menus, buttons, row, column etc.
Correct Answer: A
Explanation not available for this question.
Question #5 (Topic: demo questions)
Afloating action button in Flutter development is by default a circular icon button, and you should add the Icon widget as a child widget of FloatingActionButton widget. Which of the following choices is correct to add a phone icon to the FloatingActionButton widget in aFlutter app ?
Correct Answer: C
Explanation not available for this question.