FLUTTER QUIZ DESCRIPTION Total Questions −30 00 Max Time − 15:00 Flutter is not a language; it is an SDK. TRUE FALSE Can be true or false Can not say Which of the following is true regarding Flutter? Flutter is a UI toolkit for creating fast, beautiful, natively compiled mobile applications Flutter use one programming language and a single codebase Flutter is free and open-source. All of the above Without the main() function, we cannot write any program on Flutter. True False __________ is used when you create the Flutter application for Android. iOS folder Android folder Google folder Text folder The Dart language can be compiled __________. AOT JIT Both AOT and JIT None of the above Which widget is utilized to wrap the Column, Container, Row, or other widgets. This widget inserts the filling size around the child widget? Image SnackBar Padding AlertDialog Which of the following are the best editors of flutter development? Android Studio Xcode IntelliJ Idea All of the above What are the different build modes in Flutter? Debug Profile Release All of the above _________ command is used to compile the release mode. flutter run --release flutter --release flutter run ??release flutter run %%release You can import or add a new front to our Flutter by thrashing this front file in the font folder in our Flutter project without requiring to define this front folder or front file in the punspec.ymal True False Which of the following widget allows us to refresh the screen? Stateless widgets Statebuild widget Stateful widget All of the above Is Flutter an SDK? False True What is the refresh rate of our animation in Flutter? Show Refresh Ticker None of the above Are stateless widgets mutable or immutable? Mutable Immutable What operator evaluates and returns the value between two expressions? ?? operator ? operator && operator None of the above The Container is the Flutter widget that enables us to compose, personalize, position, and decorate its child widget? True False SDK stands for _________. Software Development Knowledge Software Data Kit Software Development Kit Software Database Kit _______ in Flutter are used as an identifier for Widgets, Elements and SemanticsNodes. Buttons Keys Widgets None of the above How many types of widgets are there in Flutter? 1 2 3 4 Flutter developed by? Oracle Facebook Google IBM pubspec.yaml file does not contain? Project general settings Project dependencies Project language Project assets What types of tests can you perform in Flutter? Unit Tests Widget Tests Integration Tests All of the above How many types of widgets are there in Flutter? 2 3 4 5 Which of the following works with a small r key on the terminal or commands prompt? Hot Reload Hot Restart What are the best editors for Flutter development? Android Studio IntelliJ IDEA Visual Studio All of the above The Container is the Flutter widget that enables us to compose, personalize, position, and decorate its child widget? False True A __ widget in Flutter is a box with a specific size. Container Stream Show SizedBox Which of the following commands is used to compile release mode? flutter run flutter –release flutter run ??release flutter run %%release Which of the following properties must we utilize for adding the label, inline, and icon suggestion text to the TextField widget? ListView InputDecoration SizeBox shrinkWrap:true Flutter is an __ mobile application development framework created by Google. Shareware Open-Source Both None of the above Previous Next Total Question16 Wrong Answer13 Right Answer13