問題1
When you want to create a Flutter app, you need to configure a lot of widgets and change their format. You don't need to create everything from scratch. You can easily add the Scaffold class or widget to your app. This class implements the basic material design visual layout structure for your app.
When you want to create a Flutter app, you need to configure a lot of widgets and change their format. You don't need to create everything from scratch. You can easily add the Scaffold class or widget to your app. This class implements the basic material design visual layout structure for your app.
正確答案: B
問題2
In Flutter, AlertDialog Widget is similar to a small interface which appears for a few seconds at the bottom of the app user interface when the app user takes a specific action such as clicking a button.
In Flutter, AlertDialog Widget is similar to a small interface which appears for a few seconds at the bottom of the app user interface when the app user takes a specific action such as clicking a button.
正確答案: A
問題3
Adding a Slider widget in a Flutter app interface should be used to select multiple values at the same time.
Adding a Slider widget in a Flutter app interface should be used to select multiple values at the same time.
正確答案: A
問題4
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?
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?
正確答案: A
問題5
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.
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.
正確答案: A