1.
How can you add custom fonts to a Flutter app?
2.
Which programming language is primarily used in Flutter?
3.
Which widget is used for making HTTP requests in Flutter?
4.
What is the purpose of the "async" keyword in Dart?
5.
What is a "StatelessWidget" in Flutter?
6.
In Flutter, how do you add padding around a widget?
7.
Which package manager is commonly used in Flutter to manage dependencies?
8.
What is the purpose of the "Key" parameter in Flutter widgets?
10.
Which widget is used to create a clickable button in Flutter?
11.
What is the purpose of the "setState" method in Flutter?
12.
Which Flutter widget is used to display a modal dialog box?
13.
What is the purpose of the "Scaffold" widget in Flutter?
14.
What is the purpose of the "Expanded" widget in Flutter's "Column" or "Row" layouts?
15.
How do you add a gradient background to a widget in Flutter?