wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Flutter Quizzz

Total questions: 16

Worksheet time: 12mins

Name
Class
Date
1.

Which of these is NOT a pro for Flutter?

a)

free and open source

b)

Highly productive and high performance

c)

Develop for iOS and Android from a single codebase

d)

More testing

2.

Flutter is used to develop applications for (a)   .

3.

Flutter is an (a)   mobile application development framework created by Google.

4.

The first version of Flutter was known as codename (a)   and ran on the Android operating system.

5.

Flutter’s engine, written primarily in C++, provides low-level rendering support using Google’s Skia graphics library.

a)

True

b)

False

6.

Flutter apps are written in the (a)   language and make use of many of the language’s more advanced features.

7.

Due to App Store restrictions on dynamic code execution, Flutter apps use (a)   compilation on iOS.

8.

A notable feature of the Dart platform is its support for hot reload

a)

True

b)

False

9.

Is Flutter Free?

a)

Yes

b)

No

10.

what are the best editors for flutter development?

a)

Android studio

b)

visual studio

c)

intelliJ IDEA

d)

Xcode

11.

Are stateless widgets mutable or immutable?

a)

mutable

b)

immutable

12.

what file allows you to set constraints to your app?

(a)  

13.

List different types of widgets available in Flutter?

a)

stateless

b)

stageless

c)

statefull

d)

stagefull

14.

Enlist Some Major Features in flutter?

a)

Fast Development

b)

Expressive and flexible

c)

Native Performance

d)

All the above

15.

What are build modes in flutter?

a)

Debug

b)

Profile

c)

Release

d)

All the above

16.

Name the popular database package used in the Flutter?

a)

sqflite database

b)

Firebase database

c)

Both

d)

None