Flutter Introduction Exercises


Questions:



  1. Flutter is ( Closed-source / Open source ) language.

  2. Flutter is developed by ( Facebook / Google / Microsoft ).

  3. On March 3, ( 2019 / 2020 / 2021 ), Google released Flutter ... during an online Flutter Engage event. This major update brought official support for ....-based applications with new CanvasKit renderer and .... specific widgets, early-access ....... application support for Windows, macOS, and Linux and improved Add-to-App APIs.

  4. Flutter uses a variety of ....... to deliver a fully functioning application.

  5. Flutter's ......... helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times without losing state on emulators, simulators, and hardware.

  6. Flutter’s widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts to provide full ........ performance on both iOS and Android.

  7. The command ....... ........ let us see if there are any platform dependencies we need to complete the setup.

  8. Do you still remember the widgets of the default app ?

  9. flutter widgets exercice




Answers:


  1. Open source

  2. Google

  3. 2021 / 2 / web / web / desktop

  4. widgets

  5. hot reload

  6. native

  7. flutter doctor

  8. Scaffold / AppBar / Text / Center / Column / Text / Text / FloatingActionButton / Icon