1.
Which widget is used for making HTTP requests in Flutter?
3.
What is the purpose of the "setState" method in Flutter?
4.
How can you add custom fonts to a Flutter app?
5.
What is a "StatelessWidget" in Flutter?
6.
In Flutter, what is the default layout orientation for the "Column" widget?
7.
What is the main advantage of Flutter's "hot reload" feature?
8.
Which widget is used to create a bottom navigation bar in Flutter?
9.
What does "pubspec.yaml" file contain in a Flutter project?
10.
How do you add a gradient background to a widget in Flutter?
11.
Which package manager is commonly used in Flutter to manage dependencies?
12.
What is the purpose of the "Scaffold" widget in Flutter?
13.
Which widget is used to create a clickable button in Flutter?
14.
What is the purpose of the "Expanded" widget in Flutter's "Column" or "Row" layouts?
15.
What is the purpose of the "async" keyword in Dart?