Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

The image in this question includes a Flutter app interface which uses three tabs to navigate the app content.

Which of the following choices is the parent widget for the TabBar and TabBarView widgets?

A.

DefaultTabController

B.

TabScreenSelect

C.

TabOptions

D.

TableTabSelect

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 ............

A.

anchor

B.

context

C.

title

D.

path

This widget is used to wrap a Column, Row, Container, or other widgets. This widget adds a filling size around the child widget.

Which of the following term is this definition for?

A.

Image

B.

SnackBar

C.

Padding

D.

AlertDialog

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

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

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

A.

True

B.

False

While configuring your Android app on Firebase web site, you should download the google- services.json file from Firebase web site and add it to your Android app files as illustrated in the image of

this question.

Select the best answer from the following choices: What is the main role of this file for your app?

A.

This configuration file includes the https connection settings between your Android app and Firebase services.

B.

This file includes your user name and password for Firebase web site.

C.

This file role is to import the latest security updates from Firebase web site to app users.

D.

This file checks if the app user's device has Internet connection each time the app user starts it.

TextField widget allows app users to type text into an app.

A.

True

B.

False

A plug-in is used to enter the date in your Flutter app interface instead of asking an app user to add it manually.

Which is of the choices below represents this definition?

A.

DateInsert( ) widget

B.

Date Picker plug-in

C.

Date Dialog plug-in

D.

Date Mark plug-in

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

widget.

A.

True

B.

False