Build Apps with Flutter quiz

  1. True or false? Flutter apps are rendered by the platforms on which they run, such as Android, desktop, iOS, and the web.

  2. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    ___ widgets maintain state that might change during the lifetime of the widget.

  3. In Flutter's reactive-style framework, calling ___ triggers a call to the build() method for the State object, resulting in an update to the UI.

  4. Dart supports which of the following functional-programming features?

    Choose as many answers as you see fit.