1. What is a "StatelessWidget" in Flutter?
2. Which programming language is primarily used in Flutter?
3. What is the purpose of the "FutureBuilder" widget in Flutter?
4. How do you define a list of items in Flutter?
5. What is the purpose of the "setState" method in Flutter?
6. What does "pubspec.yaml" file contain in a Flutter project?
7. What is the purpose of the "Scaffold" widget in Flutter?
8. Which widget is used to create a bottom navigation bar in Flutter?
9. Which Flutter widget is used to display a modal dialog box?
10. What does "Widget" mean in Flutter?
11. What is the purpose of the "CrossAxisAlignment" property in Flutter's "Row" widget?
12. Which widget is used to create a clickable button in Flutter?
13. What is the purpose of the "Expanded" widget in Flutter's "Column" or "Row" layouts?
14. Which command is used to run a Flutter app in debug mode?
15. What is the purpose of the "async" keyword in Dart?