1. Which Flutter command is used to create a new Flutter project?
2. In Flutter, what is the default layout orientation for the "Column" widget?
3. How do you define a list of items in Flutter?
4. What is the purpose of the "Key" parameter in Flutter widgets?
5. What does "pubspec.yaml" file contain in a Flutter project?
6. What is the purpose of the "setState" method in Flutter?
7. In Flutter, how do you add padding around a widget?
8. Which widget is used to create a clickable button in Flutter?
9. Which package manager is commonly used in Flutter to manage dependencies?
10. What is the purpose of the "async" keyword in Dart?
11. What is the main advantage of Flutter's "hot reload" feature?
12. What is the purpose of the "FutureBuilder" widget in Flutter?
14. Which widget is used for making HTTP requests in Flutter?
15. What is the purpose of the "Scaffold" widget in Flutter?