Description
In this course, you will :
-
Learn the basics of dart and flutter and build an complete ToDo App
Syllabus :
1. Introduction
- DartPad main print
- Comments
- Variables
- Constant
- Variables interaction
- Conditions
- Methods without a return value
- Methods with parameters
- Methods withe return
- Fat arrow methods
- Lists
- For loop
- Classes and object example
- Constructor
- Class methods
- Inheritance
- Overriting method
- Maps
2. Flutter
- Install android studio
- Create new project
- Android studio overview
- Emulator
- Start App
- Main print
- Container
- TextWidget
- Center
- Stateless widget
- Stateful widget
- Stateful widget state
- Displaying multiple elements
- Padding
- Cards
- Icons
- Expanded
- Images
- Material Design App bar
- Navigation drawer
- Floating Action Button
- Material Theme colors
- Body
- Textfield
- Checkbox
- Radio buttons
- Routing
- Listview Items
- ListView add
- Fixing bug
- See ya