AFD-200 Android Flutter Certified Application Developer Free Practice Exam Questions (2025 Updated)
Prepare effectively for your Android AFD-200 Flutter Certified Application Developer certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.
You can add or import a new font to your Flutter by pasting this font file in a font folder in your Flutter project without needing to declare this font file or the font folder in the pubspec.ymal. Is this correct ?
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 ?
Check the image in this question first, then assume that you added this Dart code in a Flutter app to create three radio buttons to your app interface. However; you got an error message. There is something that is still missing in this code.
What should you do to correct the error in this code?
The image in this question includes a Flutter app interface. Which Flutter widget has been added to this app title bar to add this navigation button?
Which of the following choices is the best answer for adding an image from your computer hard disk to a Flutter project ?
Flutter works with many development tools which are compatible with Flutter plug-ins (Flutter SDK).
Which of the following software can be used to build a Flutter app ? (Select three)
A Stateful widget is a dynamic widget which can change the appearance of its content in response to events triggered by user's interactions or when it receives data.
This Flutter widget is used to toggle the on/off state of a single setting.
Which of the following choices represents this definition?
The image in this question includes a part of Android Studio tools bar.
Which of the following choices is correct about the missing icon name (represented by question marks)?
Which of the following property should you use to add a label, icon, and an inline hint text to the TextField widget ?
After you create a Flutter app, you need to configure an app icon for your app.
The question is:
If you configure an app icon to your Android code of this Flutter app, the icon of your iOS code for the same Flutter app will be added automatically.
This widget is used to wrap a Column, Row, Container, or other widgets. This widget adds a filling size around the child widget.
Which of the following term is this definition for?
The image in this question includes a Flutter app interface which uses three tabs to navigate the app content.
Which of the following choices is the parent widget for the TabBar and TabBarView widgets?
The following code is used to add a floating action button to a Flutter app interface.
Which of the following function or method can be used to add an action to this button if the app user tapsthis button?