Question 11

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)
  • Question 12

    This widget helps you to have a specific width and/or height between widgets.
    Which of the following term is this definition for?
  • Question 13

    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 ?
  • Question 14

    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.
  • Question 15

    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?