1. How do you pass data between screens in Flutter?
2. Which widget is used for routing and navigation in Flutter?
3. How do you add a gradient background to a widget in Flutter?
4. What is the primary function of the "Navigator" widget in Flutter?
5. Which package manager is commonly used in Flutter to manage dependencies?
6. What is the purpose of the "setState" method in Flutter?
7. In Flutter, what is the default layout orientation for the "Column" widget?
8. Which Flutter widget is used to display a modal dialog box?
9. What is the purpose of the "Key" parameter in Flutter widgets?
10. How can you add custom fonts to a Flutter app?
11. What is the purpose of the "async" keyword in Dart?
12. In Flutter, what is the purpose of the MaterialApp widget?
13. Which programming language is primarily used in Flutter?
14. Which widget is used to create a clickable button in Flutter?
15. What is the purpose of the "Expanded" widget in Flutter's "Column" or "Row" layouts?