Dart – A Beginners Course

Dart – A Beginners Course

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1h 44m | 654 MB

No experience required

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.

The course is a complete beginner’s course for those who are new to programming.

What You Will Learn

  • Installing an IDEVariablesArraysFlow ControlFunctionsError Handling
Table of Contents

01 Downloading the software
02 Setup the IDE
03 Hello World
04 Comments
05 Booleans
06 Numbers
07 Strings
08 Const Variables
09 User Input
10 Enum
11 List
12 Set
13 Queue
14 Map
15 Assert
16 IF ELSE
17 Scope
18 Switch
19 Loops
20 For Each
21 Basic functions
22 Optional parameters
23 Named parameters
24 Functions as objects
25 Anonymous Functions
26 Exceptions
27 Try Catch Finally
28 Throwing Exceptions