Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 8

COURSE

INTRODUCTIO
N
SECTION 1
COURSE INTRODUCTION
COURSE CONTENT
MAKING THE MOST OF THIS COURSE
1. watch the videos  stop and restart
◦ (they cover a lot of concepts)
2. Code along compare code with mine
(or experiment) (grab the latest from the resources)
3. Check the resources (check this first)
(at the end of each section)
4 use the Q/A section I answer quickly
(ask relative question)
FLUTTER
-Mobile UI Framework
-created by Google
-for building apps on iOS and Android (and more)
-with one codebase
WIDGET TREE
COMPILATIO
NDEBUG MODE
(DURING DEVELOPMENT)

RELEASE MODE
(FOR DISTRIBUTION)
FLUTTER

-Almost everything is widget


-Flutter apps are written in Dart
-Code compiled to native iOS and
Android

You might also like