Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Flutter Certified Application Developer Question and Answers

Flutter Certified Application Developer

Last Update May 17, 2024
Total Questions : 49

We are offering FREE AFD-200 Android exam questions. All you do is to just go and sign up. Give your details, prepare AFD-200 free exam questions and then go for complete pool of Flutter Certified Application Developer test questions that will help you more.

AFD-200 pdf

AFD-200 PDF

$35  $99.99
AFD-200 Engine

AFD-200 Testing Engine

$42  $119.99
AFD-200 PDF + Engine

AFD-200 PDF + Testing Engine

$56  $159.99
Questions 1

As illustrated in the image in this question, to get the Text value: "Welcome" in this app interface, you may configure the Text widget as a child widget of the Container widget in the following code:

But, you should replace the XXXXXXXXX with one of the following choices. Which of the following is the best answer ?

Options:

A.  

VH.Margin

B.  

Margin.VH

C.  

Align.Center

D.  

EdgeInsets.symmetric

Discussion 0
Questions 2

Which of the following property should you use to add a label, icon, and an inline hint text to the TextField widget ?

Options:

A.  

ListView

B.  

InputDecoration

C.  

SizeBox

D.  

shrinkWrap: true

Discussion 0
Questions 3

Assume that you have a Flutter app and the code of main.dart file is as follows:

Check the images in this question and answer which of these images is the run output of this app?

Options:

A.  

Image 1

B.  

Image 2

C.  

Image 3

D.  

Image 4

Discussion 0
Questions 4

presentationThis question includes an image for an app interface.

Which of the following choices is correct about the widget which includes all these children widgets?

Options:

A.  

Card Widget

B.  

SnakBar Widget

C.  

TextField Widget

D.  

AlertDialog Widget]

Discussion 0
Questions 5

In Flutter development, you can add three rows inside a column and add an image within each row.

Options:

A.  

True

B.  

False

Discussion 0
Questions 6

The image in this question includes a Dart code for a Raised button widget. When the app user taps this button, the app will display the content of Screen2( ) class of this app using Navigator.push navigation technique.

To do this you should replace the xxx in this Navigator.push class with ............

Options:

A.  

anchor

B.  

context

C.  

title

D.  

path

Discussion 0
Questions 7

Adding a Slider widget in a Flutter app interface should be used to select multiple values at the same

time.

Options:

A.  

True

B.  

False

Discussion 0