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

Exact2Pass Menu

Question # 4

The image in this question includes a Flutter app interface. Which Flutter widget has been added to this app title bar to add this navigation button?

A.

Tab Widget

B.

Drawer Widget

C.

SubMenu Widget

D.

ShortCut Widget

Full Access
Question # 5

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

Full Access
Question # 6

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

Full Access
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

Full Access