Flutter Workshop • Full Stack Tech Radar Day 2019

Flutter Workshop

Moti Bar-Tov

Android developer
Instructor: Moti Bar-Tov

What you will build:

In this workshop - codelab you will learn to install and setup Flutter environment, create your first app, learn the basic concepts of Flutter such as Widget, Context and State

Your app will:

  • Contain two pages - a Login page and an Images page
  • Download and show images from the internet
  • Use the Flutter Navigator to move between pages

What you will learn:

  • Flutter building blocks - Stateless and Stateful widgets
  • Get familiar with Context and State
  • Build UI
  • Handle click events and use Navigator to move between pages
  • Learn the Dart programming language