Flutter Basics QuizBy Parvesh Sandila / October 2, 2023 Welcome to your Flutter Basics Quiz Name Email 1. How do you define a list of items in Flutter? With a for loop By creating a separate class Using the main() function Using a ListView widget None 2. Which widget is used to create a scrollable list in Flutter? ListView Column Stack Row None 3. Which programming language is primarily used in Flutter? JavaScript Dart Java Python None 4. How can you add custom fonts to a Flutter app? By modifying the AndroidManifest.xml file By placing font files in the "assets" directory and configuring "pubspec.yaml" By using the "Font" widget By running the "flutter fonts" command None 5. What is the purpose of the "CrossAxisAlignment" property in Flutter's "Row" widget? To control the font size of text in a row To control the alignment of children in a row To control the alignment of rows in a table To control the color of text in a row None 6. What is the purpose of the "Scaffold" widget in Flutter? To build the app's main structure and layout To define app permissions To display notifications To create a drawer None 7. What is the purpose of the "Expanded" widget in Flutter's "Column" or "Row" layouts? To make the widget disappear To add padding to the widget To expand the widget to fill the available space To create a border around the widget None 8. Which Flutter command is used to create a new Flutter project? flutter project flutter create flutter new flutter start None 9. What is the purpose of the "FutureBuilder" widget in Flutter? To create animations To build responsive layouts To handle asynchronous operations and update the UI accordingly To build a UI for displaying future events None 10. Which widget is used to create a bottom navigation bar in Flutter? BottomBar TabBar NavigationBar BottomNavigationBar None 11. What is Flutter? A social media platform A bird species A game development platform A mobile app development framework None 12. What is the main advantage of Flutter's "hot reload" feature? It quickly applies code changes without restarting the app. It reloads the entire app. It heats up your device. It compiles code faster. None 13. Which widget is used for making HTTP requests in Flutter? HttpClient HttpRequest http HttpRequests None 14. What does "Widget" mean in Flutter? A database query A software bug A small, reusable UI component A button None 15. In Flutter, what is the default layout orientation for the "Column" widget? Circular Horizontal Vertical Diagonal None 1 out of 15