Question Bank

3705 approved questions from the community

What is the purpose of the runApp() function in Flutter?

MEDIUM
SINGLE CHOICE
30s
Flutter
by Mohamed

What is the role of the build() method in a widget?

MEDIUM
SINGLE CHOICE
30s
Flutter
by Mohamed

What property is used to hide password text in a TextField?

EASY
SINGLE CHOICE
25s
Flutter
by Mohamed

How can you restrict the number of characters in a TextField?

MEDIUM
SINGLE CHOICE
30s
Flutter
by Mohamed

What is the difference between dependencies and dev_dependencies in pubspec.yaml?

HARD
SINGLE CHOICE
40s
Flutter
by Mohamed

What command is used to update Flutter dependencies?

MEDIUM
SINGLE CHOICE
25s
Flutter
by Mohamed

What is the purpose of Semantic Versioning (SemVer) in pubspec.yaml?

HARD
SINGLE CHOICE
40s
Flutter
by Mohamed

What is the purpose of the ThemeData class in Flutter?

MEDIUM
SINGLE CHOICE
30s
Flutter
by Mohamed

Which property in ThemeData is used to implement light and dark modes?

EASY
SINGLE CHOICE
25s
Flutter
by Mohamed

What is the difference between RenderBox and RenderFlex in Flutter?

HARD
SINGLE CHOICE
45s
Flutter
by Mohamed

What is the purpose of the const keyword when creating widgets in Flutter?

MEDIUM
SINGLE CHOICE
35s
Flutter
by Mohamed

What is the role of the Navigator in Flutter?

MEDIUM
SINGLE CHOICE
30s
Flutter
by Mohamed

What is the primary benefit of AOT (Ahead-of-Time) compilation in Dart?

HARD
SINGLE CHOICE
40s
Flutter
by Mohamed

What is the purpose of Isolates in Dart?

MEDIUM
SINGLE CHOICE
35s
Flutter
by Mohamed

Flutter's declarative approach focuses on 'what should be displayed' rather than 'how it should be displayed'.

HARD
TRUE FALSE
25s
Flutter
by Mohamed

Dart supports both object-oriented and functional programming paradigms.

EASY
TRUE FALSE
20s
Flutter
by Mohamed

What widget is used to handle user text input in Flutter?

MEDIUM
SINGLE CHOICE
25s
Flutter
by Mohamed

What is the purpose of InheritedWidget in Flutter?

HARD
SINGLE CHOICE
45s
Flutter
by Mohamed

What does the setState() method do in a StatefulWidget?

MEDIUM
SINGLE CHOICE
30s
Flutter
by Mohamed

Which GridView constructor is best for specifying a fixed number of columns?

MEDIUM
SINGLE CHOICE
30s
Flutter
by Mohamed
PreviousPage 146 of 186Next