

First part of the series talks about the basics of dart so beginners can get up to speed for the flutter tutorials. After that we will install android studio and start with the basics of flutter. At the end of the course we will create a simple ToDo App with basic functionallity.
– learn dart basics
– learn flutter basics
– create own app
Good luck and have fun!
-
1Welcome
-
2DartPad main print
-
3Comments
-
4Variables
-
5Constant
-
6Variables interaction
-
7Conditions
-
8Methods without a return value
-
9Methods with parameters
-
10Methods withe return
-
11Fat arrow methods
-
12Lists
-
13For loop
-
14Classes and object example
-
15Constructor
-
16Class methods
-
17Inheritance
-
18Overriting method
-
19Maps