Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Flutter Certified Application Developer

Last Update 1 day ago Total Questions : 49

The Flutter Certified Application Developer content is now fully updated, with all current exam questions added 1 day ago. Deciding to include AFD-200 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our AFD-200 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these AFD-200 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Flutter Certified Application Developer practice test comfortably within the allotted time.

Question # 1

Select the correct choice below to complete the following sentence:

SnackBar widget is used if you want to let your app pop up a message............... at the bottom of your app interface.

A.

For a few seconds

B.

Forever

C.

Until the app user taps the close button of this message

D.

Until the app user taps the OK button for of message

Question # 2

Fill in the blank with the correct answer that completes the following sentence.

If you have any error in your Dart code of your Flutter app, the .......................... at the status bar of your

Android Studio displays the error description and also displays the line of the code on which the error is.

Also, in most cases the description field in this console gives you an idea about the reason of the error.

What is the name of this console?

A.

Terminal

B.

Dart Analysis

C.

Run

D.

Hot Reload

Question # 3

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.

Question # 4

The Container is a Flutter widget that allows you to customize, compose, decorate and position its child

widget.

A.

True

B.

False

Question # 5

Firebase offers two cloud-based, client-accessible database solutions. Which of the following choices is a Firebase database type?

A.

SQL and MySQL

B.

Realtime Database and Cloud Firestore

C.

Cloud Firestore and MySQL

D.

Realtime Database and SQL

Question # 6

................. command checks your environment and displays a report of the status of your Flutter and Android Studio other than IDE software installation.

Which of the following choices is the correct answer to fill in the blank above?

A.

Flutter Doctor

B.

Flutter Connection

C.

Flutter Screen

D.

Flutter IDE_XML

Question # 7

How many child widgets can be added to the Container widget?

A.

Unlimited children widgets

B.

Only one child widget

C.

Two children widgets

D.

Three children widgets

Question # 8

This Flutter widget is used to toggle the on/off state of a single setting.

Which of the following choices represents this definition?

A.

onOff Widget

B.

SlideA Widget

C.

noYes Widget

D.

Switch Widget

Question # 9

You can add or import a new font to your Flutter by pasting this font file in a font folder in your Flutter project without needing to declare this font file or the font folder in the pubspec.ymal. Is this correct ?

A.

True

B.

False

Question # 10

A floating 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 a Flutter app ?

A.

Icon < "phone" > ,

B.

icon(icon.style:"phone"),

C.

Icon(Icons.phone),

D.

icon=phone.Flutter,

Go to page: