wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Flutter Quiz#1

Total questions: 20

Worksheet time: 30mins

Name
Class
Date
1.

What is Flutter?

a)

A framework for building mobile apps

b)

A programming language

c)

A web browser

d)

A type of database

2.

Which language is used in Flutter?

a)

Dart

b)

Java

c)

Python

d)

Swift

3.

What is the role of Android Studio in Flutter?

a)

It is needed for Android development

b)

It is used to design Flutter UI

c)

It is a text editor

d)

It is a database

4.

What is a Flutter project folder named lib/ used for?

a)

It contains the main application code

b)

It stores images and fonts

c)

It stores app settings

d)

It contains Android files

5.

What is pubspec.yaml used for?

a)

To add dependencies and assets

b)

To write app settings

c)

To store user data

d)

To write HTML code

6.

What is Hot Reload in Flutter?

a)

It updates the app code without restarting

b)

It restarts the app completely

c)

It deletes the app

d)

It stops the app

7.

What is a widget in Flutter?

a)

A visual element in an app

b)

A small database

c)

A programming function

d)

A cloud server

8.

What is MaterialApp used for?

a)

It defines the basic structure of the app

b)

It shows a pop-up

c)

It plays sounds

d)

It manages user accounts

9.

What is the Scaffold widget used for?

a)

To create a basic app layout

b)

To manage animations

c)

To store user input

d)

To connect with the internet

10.

What is a Stateless Widget?

a)

A widget that does not change

b)

A widget that can change

c)

A widget with a database

d)

A widget for networking

11.

What is a Stateful Widget?

a)

A widget that can change

b)

A widget that does not change

c)

A widget used only for settings

d)

A widget that controls other apps

12.

Where do you store images in a Flutter project?

a)

Inside the assets/ folder

b)

Inside the lib/ folder

c)

Inside the ios/ folder

d)

Inside the main.dart file

13.

What file do you edit to use custom fonts in Flutter?

a)

pubspec.yaml

b)

main.dart

c)

build.gradle

d)

settings.dart

14.

What does the Padding widget do?

a)

Adds space inside a widget

b)

Moves an element to the center

c)

Changes the background color

d)

Stores user input

15.

What does the Center widget do?

a)

Puts an element in the middle

b)

Moves an element to the top

c)

Moves an element to the bottom

d)

Removes an element

16.

What is the Align widget used for?

a)

To position an element inside a container

b)

To add padding to an element

c)

To change text color

d)

To delete an element

17.

What command is used to create a new Flutter project?

a)

flutter create my_app

b)

flutter start project

c)

flutter run new

d)

flutter build

18.

Which widget is used to display images in Flutter?

a)

Image

b)

Text

c)

Container

d)

Button

19.

How do you add an icon in Flutter?

a)

Use the Icon widget

b)

Use the Text widget

c)

Use the Padding widget

d)

Use the Row widget

20.

How do you start a Flutter app in VS Code?

a)

Open the app and press F5

b)

Open the app and type flutter start

c)

Open the app and press Ctrl + X

d)

Open the app and type dart run