FLUTTER AND THE REAL WORLD
App Developer
Or
Web Developer
No Problem
Flutter is for
Everyone
Flutter is a Open-Source
Program Run By Google
Open Source Team
Flutter can build In
FLUTTER works on
Dart is a
Programming
Language
combination of
• Python
• Java
• JavaScript
Everything is
a Widget
Dart is an
OOP
Language
Let’s Start
With Some
Basics
SCAFFOLD
S
C
A
F
F
O
L
D
Scaffold is a Basic
Widget For Any
Flutter App
Without
Scaffold
Hello
World
COLUMN
C
O
L
U
M
N
Hey!
I am
Your
Column
Column is Something
that is not visible but it
is there and it is
important
ROW
ROW
HEY! I AM ROW
Same as Column. Row is
also not visible but it is
there and it is important
VISIBLE WIDGETS
TEXT
TEXT
I am Text Widget
Text Widget helps to write any
String Value which can be styled
in N number of ways And this
gets visible on your Display of
the App.
Let’s CODE |
Navigate To
https://www.flutlab.io |

Flutter