/introduction_to_flutter_workshop

A workshop to serve as an introduction to Flutter, Dart and how to go about building your first application.

Primary LanguageDart

Introduction To Flutter Workshop

A workshop to serve as an introduction to Flutter, Dart and how to go about building your first application.

Table of Contents

🎯 Goals

  • Learn what Flutter is
  • Learn what Dart is
  • Learn why we should be using Flutter
  • Learn how to create a new Flutter project
  • Demonstrate what pub.dev is
  • Demonstrate how to add a package to your application
  • Learn what widgets are
  • Learn what the widget tree is
  • Learn what the element tree is
  • Learn the difference between stateful and stateless widgets

âš¡ Get Started

Clone Repo

# clone the repo
$ git clone git@github.com:askharley/introduction_to_flutter_workshop.git

🚀 How To Use This Workshop