0% found this document useful (0 votes)
17 views8 pages

Introduction to Flutter Course Guide

This course introduces Flutter, a mobile UI framework created by Google for building apps on iOS and Android from a single codebase. It discusses the course content which includes watching instructional videos, coding along with the instructor, checking resources at the end of each section, and using the Q&A section. Flutter apps are written in Dart and compiled to native code for iOS and Android, with widgets making up the visual interface.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views8 pages

Introduction to Flutter Course Guide

This course introduces Flutter, a mobile UI framework created by Google for building apps on iOS and Android from a single codebase. It discusses the course content which includes watching instructional videos, coding along with the instructor, checking resources at the end of each section, and using the Q&A section. Flutter apps are written in Dart and compiled to native code for iOS and Android, with widgets making up the visual interface.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

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