Video description
Create basic Dart program
About This Video
- The instruction was swift and the course was fruitful.
- Bryan has done a wonderful Job. His sequence makes more sense than other traditional courses
In Detail
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, and flexible tooling.
Table of Contents
Chapter 1 : Introduction to Dart
Downloading the software
Setup the IDE
Hello World
Chapter 2 : Variables
Comments
Booleans
Numbers
Strings
Const Variables
User Input
Chapter 3 : Collections
Enum
List
Set
Queue
Map
Chapter 4 : Flow Control
Assert
IF ELSE
Scope
Switch
Loops
For Each
Chapter 5 : Functions
Basic functions
Optional parameters
Named parameters
Functions as objects
Anonymous Functions
Chapter 6 : Error handling
Exceptions
Try Catch Finally
Throwing Exceptions