AFD-200 Flutter Certified Application Developer

Loading demo links...

Showing 4–6 of 6 questions

Question 4

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.

Select an option, then click Submit answer.

  • True

  • False

Question 5

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?

Select an option, then click Submit answer.

  • Tab Widget

  • Drawer Widget

  • SubMenu Widget

  • ShortCut Widget

Question 6

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 ?

Select an option, then click Submit answer.

  • True

  • False