Description
In this course, you will learn :
- Begin learning to code.
- Have a solid Dart foundation and the ability to jump start with flutter.
Syllabus :
- Downloading Dart
- Installing Dart
- Downloading, Installing and configuring Intellij
- Hello World
- Quick Assignment
- Comments
- Variables
- Naming Variables
- Keywords - const and final
- Arithmetic Operators - Part I
- Arithmetic Operators - Part II
- Arithmetic Operators - Part III
- Quiz 1
- Taking in Input
- Decision Making - Part I
- Relational Operators
- Decision Making - Part II
- Logical Operators
- For Loops
- While Loop
- Do While Loops