If you want to create a Flutter app using a Mac computer, you need to install Android Studio or another IDE software and another prerequisite software Flutter SDK. However, you can test your Flutter apps using IPhone emulator only.
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
In Flutter development, you can add three rows inside a column and add an image within each row.
Answer : A
When you build a Flutter app, you can use an Android or an IPhone emulator to test your app UI (user interface ) and its work flow. But you can NOT test this app on a real Android or IPhone device before publishing your app on Apple or Google store.
Answer : B
While configuring your Android app on Firebase web site, you should download the google- services.json file from Firebase web site and add it to your Android app files as illustrated in the image of
this question.

Select the best answer from the following choices: What is the main role of this file for your app?
Answer : A
If you install the Flutter SDK on your computer and configure it as a plug-in for Android Studio or another IDE software, Android Studio will be able to create Flutter apps.
Answer : A
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