This Flutter widget is used to toggle the on/off state of a single setting.
Which of the following choices represents this definition?
Answer : D
Fill in the blank with the correct answer that completes the following sentence.
If you have any error in your Dart code of your Flutter app, the .......................... at the status bar of your
Android Studio displays the error description and also displays the line of the code on which the error is.
Also, in most cases the description field in this console gives you an idea about the reason of the error.
What is the name of this console?
Answer : B
Which of the following property should you use to add a label, icon, and an inline hint text to the TextField widget ?
Answer : B
If you created a Flutter app using the Firebase services where the app users had to login to this App using Firebase user accounts (email and password), which of the following Firebase products store these
app users' accounts?
Answer : B
Flutter widgets are the basic building blocks of a Flutter user interface. Almost everything in Flutter app is a widget such as images, icons, texts, menus, buttons, row, column etc.
Answer : A
Which of the following choices is the best answer for adding an image from your computer hard disk to a Flutter project ?
Answer : C
A floating action button in Flutter development is by default a circular icon button, and you should add the Icon widget as a child widget of FloatingActionButton widget.
Which of the following choices is correct to add a phone icon to the FloatingActionButton widget in a Flutter app ?
Answer : C