1.
What is the purpose of the "CrossAxisAlignment" property in Flutter's "Row" widget?
2.
What is the purpose of the "setState" method in Flutter?
3.
How do you define a list of items in Flutter?
4.
What is the purpose of the "Expanded" widget in Flutter's "Column" or "Row" layouts?
5.
In Flutter, what is the default layout orientation for the "Column" widget?
6.
Which Flutter widget is used to display a modal dialog box?
7.
What is the purpose of the "Scaffold" widget in Flutter?
8.
How do you pass data between screens in Flutter?
9.
In Flutter, how do you add padding around a widget?
10.
Which widget is used to create a bottom navigation bar in Flutter?
11.
Which Flutter command is used to create a new Flutter project?
12.
What does "Widget" mean in Flutter?
13.
Which widget is used for routing and navigation in Flutter?
14.
Which package manager is commonly used in Flutter to manage dependencies?
15.
Which widget is used for making HTTP requests in Flutter?