Description
In this course, you will :
- Learn how to create basic Dart programs. This course is aimed at the absolute beginner with no programming experience. Dart is an expressive and powerful language that has a very friendly learning curve. This makes it a great starting language.
- Dart helps you craft beautiful, high-quality experiences across all screens, with a client-optimized language, rich and powerful frameworks, flexible tooling
- The concepts covers in this courses are: Installing an IDE,Varibales, Arrays, Flow Control, Functions, Error Handling.
Syllabus :
1. Introduction to Dart
- Dart 2 - version changes (some videos will be re-recorded)
- Read me - major changes to Dart and Flutter
- Downloading the software
- Setup the IDE
2. Variables
- Comments
- Booleans
- Numbers
- Strings
- Const Variables
- User Input
3. Collections
- Enum
- List
- Set
- Queue
- Map
4. Flow Control
- Assert
- IF ELSE
- Scope
- Switch
- Loops
- For Each
5. Functions
- Basic functions
- Optional parameters
- Named parameters
- Functions as objects
- Anonymous Functions
6. Error handling
- Exceptions
- Try Catch Finally
- Throwing Exceptions