wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

FLUTTER

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Enlist Some Major Features in flutter?

a)

Fast Development

b)

Expressive and flexible

c)

All the above

d)

Native Performance

2.

The first version of Flutter was known as codename __________ and ran on the Android operating system

a)

Sky

b)

Flut

c)

Cloud

d)

Rain

3.

Which of the following widgets use for layout ?

a)

Expanded

b)

Column

c)

Inkwell

d)

Text

4.

The example of the Stateless widget ?

a)

Text

b)

Statebuild widget

c)

Color

d)

None of the above

5.

Which widget has various properties like title, elevation,brightness

a)

AppBar

b)

Stateless

c)

Stack

d)

Container

6.

A container can be decorated with a _____________, such as a background, a border, or a shadow

a)

BoxDecoration

b)

boxDecorator

c)

None of the above

d)

Both can be used

7.

MyAppBar uses a __________layout to organize its children

a)

Column

b)

Container

c)

Row

d)

Layout

8.

Flutter use platform primitives

a)

True

b)

False

9.

Are stateless widgets mutable or immutable?

a)

mutable

b)

immutable

c)

None of the above

d)

Both

10.

Flutter is not a language; it is an SDK

a)

True

b)

False

11.

Flutter cannot be used to develop apps for which of the following?

a)

Web

b)

Voice Assistants

c)

Desktop

d)

Mobile

12.

Which one of the following is a disadvantage of flutter?

a)

Hot Reload

b)

Hot Restart

c)

Increased App Size

d)

Increased Productivity

13.

What is the name of the command you use to verify you have setup your flutter environment correctly?

a)

flutter run

b)

flutter doctor

c)

flutter surgeon

d)

dart export

14.

Which of these functions contain the code which houses the widgets of your app?

a)

debug()

b)

build()

c)

random()

d)

runApp()

15.

Which of these components is not a built-in widget of Flutter?

a)

FloatingButton

b)

AppBar

c)

TextTransformer

d)

TextStyle

16.

Which of the following widgets use for layout ?

a)

Text

b)

Column

c)

Expanded

d)

Inkwell

17.

Which function is responsible for starting the program?

a)

runApp()

b)

run()

c)

flutter()

d)

main()

18.

The ________ operator is used to evaluate and returns the value between two expressions

a)

?

b)

&

c)

&&

d)

??

19.

How many types of widgets are there in Flutter?

a)

2

b)

1

c)

5

d)

3

20.

The function is responsible for returning the widgets that are attached to the screen

a)

Container

b)

SizedBox

c)

main()

d)

runApp()