Online Access Free AFD-200 Exam Questions
| Exam Code: | AFD-200 |
| Exam Name: | Flutter Certified Application Developer |
| Certification Provider: | Android |
| Free Question Number: | 45 |
| Posted: | Sep 02, 2026 |
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.
To configure a CheckboxGroup or a RadioButtonGroup in a Flutter app, first you should set the configurations which are illustrated in the image of this question.
What is the file name which includes these configurations?
As illustrated in the image in this question, to get the Text value: "Welcome" in this app interface, you may configure the Text widget as a child widget of the Container widget in the following code:
But, you should replace the XXXXXXXXX with one of the following choices. Which of the following is the best answer ?
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.
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?