1.
What is the purpose of the "Key" parameter in Flutter widgets?
2.
Which Flutter command is used to create a new Flutter project?
3.
What is the main advantage of Flutter's "hot reload" feature?
5.
In Flutter, what is the default layout orientation for the "Column" widget?
6.
What is the purpose of the "FutureBuilder" widget in Flutter?
7.
In Flutter, what is the purpose of the MaterialApp widget?
8.
Which widget is used to create a scrollable list in Flutter?
9.
What is the purpose of the "Scaffold" widget in Flutter?
10.
What does "Widget" mean in Flutter?
11.
Which widget is used to create a bottom navigation bar in Flutter?
12.
How do you pass data between screens in Flutter?
13.
How do you add a gradient background to a widget in Flutter?
14.
Which programming language is primarily used in Flutter?
15.
Which Flutter widget is used to display a modal dialog box?