Question 6

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

    A plug-in is used to enter the date in your Flutter app interface instead of asking an app user to add it manually.
    Which is of the choices below represents this definition?
  • Question 8

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

    The Container is a Flutter widget that allows you to customize, compose, decorate and position its child widget.
  • Question 10

    TextField widget allows app users to type text into an app.