1.
In Flutter, what is the default layout orientation for the "Column" widget?
2.
What is the purpose of the "async" keyword in Dart?
3.
What is the main advantage of Flutter's "hot reload" feature?
4.
How do you define a list of items in Flutter?
5.
Which widget is used to create a scrollable list in Flutter?
7.
How can you add custom fonts to a Flutter app?
8.
In Flutter, what is the purpose of the MaterialApp widget?
9.
Which command is used to run a Flutter app in debug mode?
10.
In Flutter, how do you add padding around a widget?
11.
What is the purpose of the "FutureBuilder" widget in Flutter?
12.
Which widget is used for routing and navigation in Flutter?
13.
Which Flutter widget is used to display a modal dialog box?
14.
What is the purpose of the "setState" method in Flutter?
15.
How do you add a gradient background to a widget in Flutter?