100% found this document useful (3 votes)
4K views5 pages

Flutter MCQ

This document provides 25 multiple choice questions about Flutter that are commonly asked in Flutter exams or interviews. It covers topics like what Flutter is, if it supports desktop apps, common widgets like ListView, that its rendering engine is primarily written in C++, that Google developed it, that Dart is the primary programming language, its types of widgets, streams, keys, widgets like SizedBox, its features, that everything is a widget, Dart language specifics, representing collections, loading images, important Image widget properties, what SDK stands for, editors like VS Code for development, types of tests, animation types, platforms supported, the pubspec.yaml configuration file, what it contains, and foundational library widgets. It also

Uploaded by

Satyam Jaiswal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (3 votes)
4K views5 pages

Flutter MCQ

This document provides 25 multiple choice questions about Flutter that are commonly asked in Flutter exams or interviews. It covers topics like what Flutter is, if it supports desktop apps, common widgets like ListView, that its rendering engine is primarily written in C++, that Google developed it, that Dart is the primary programming language, its types of widgets, streams, keys, widgets like SizedBox, its features, that everything is a widget, Dart language specifics, representing collections, loading images, important Image widget properties, what SDK stands for, editors like VS Code for development, types of tests, animation types, platforms supported, the pubspec.yaml configuration file, what it contains, and foundational library widgets. It also

Uploaded by

Satyam Jaiswal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

By OnlineInterviewQuestions.

com
Flutter MCQ

Take Flutter MCQ Test to Test Your Knowledge

Practice here the 25+ most popular Flutter MCQ Questions, which are written by industry experts and
commonly asked in Flutter exams or interviews. besides this, you can also download here Flutter MCQ PDF,
completely free.

Q1. Flutter is a/an .................

A. DBMS toolkit
B. Open-source UI toolkit
C. Open-source web development framework
D. None of the above

Q2. Does flutter support desktop application development?

A. Yes
B. No

Q3. Which of the following widget is used for repeating content in Flutter?

A. ListView
B. ArrayView
C. ExpandedView
D. None of the above

Q4. Flutter's rendering engine is primarily written in which programming language?

A. Java
B. C++
C. Google Dart
D. C#
Q5. Flutter is developed by ....................

A. Google
B. Meta
C. Microsoft
D. Twitter

Q6. Which of the following language is used to build flutter app?

A. Go
B. Java
C. Dart
D. React

Q7. Flutter have mainly ........ 2 types of widgets.

A. Two
B. Three
C. Four
D. Five

Q8. A sequence of asynchronous events is often referred to as a stream.

A. True
B. False

Q9. Which element is used as an identifier in Flutter?

A. Serial
B. Widgets
C. Keys
D. All of the above

Q10. .............. component allow us to specify the distance between widgets on the screen.

A. Table
B. AppBar
C. SizedBox
D. SafeArea

Q11. What are the features of Flutter?

A. Fast development
B. Huge widget catalog
C. High performance application
D. All of the above

Q12. Everything is a widget in Flutter. True or False?

A. True
B. False

Q13. Unlike other programming languages Dart doesn’t support ...............

A. classes
B. interfaces
C. arrays
D. object-oriented

Q14. Which of the following option is used to represent a collection of objects in Dart?

A. String
B. Numbers
C. Booleans
D. Lists and Maps

Q15. Which of the following is used to load image from flutter project’s assets?

A. Image
B. Image.file
C. Image.asset
D. Image.memory

Q16. The most important properties of the Image widget are ...........
A. width, double
B. height, double
C. image, ImageProvider
D. all of the above

Q17. What does SDK stands for?

A. Software Data Kit


B. Software Database Kit
C. Software Development Kit
D. None of the above

Q18. Choose the best editors for Flutter app development?

A. VS Code
B. Sublime Text
C. Android Studio
D. All of the above

Q19. What are the type of tests, that we can perform in flutter?

A. Unit test
B. Widget test
C. Integration test
D. All of the above

Q20. Which of the following animation allows us to represent real-world behavior in


Flutter?

A. Math-based
B. Graph-based
C. Physics-based
D. None of these

Q21. Flutter apps do not support the browser. It only supports Android and iOS
platforms.
A. True
B. False

Q22. Which of the following is the project's configuration file that will use a lot during
working with the Flutter projects?

A. flutter_demoapp.iml
B. pubspec.lock
C. pubspec.yaml
D. None of the above

Q23. The pubspec.yaml file contains ................

A. Project assets
B. Project dependencies
C. Project general settings
D. All of the above

Q24. ................... contains all required packages for the basic building blocks of writing a
Flutter application.

A. Widgets
B. Flutter Engine
C. Foundation Library
D. None of the above

Q25. Which of the following widget allows us to arrange its children in a table based
widget?

A. Table
B. Flow
C. Stack
D. GridView

Please Visit OnlineInterviewquestions.com to download more pdfs

You might also like