Dart – An Intermediate Course

Dart – An Intermediate Course

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

Continuing on from the beginner’s course

Continue your journey into the Dart language. This course picks up where the beginner course left off. We will also explore generic programming. All of the code presented in this class is freely available on GitHub.

In this course, you will learn classes, scope, packages, and how to work with the file system.

What You Will Learn

  • Classes, packages, scope, and the file system
Table of Contents

01 Imports
02 More Imports
03 Introduction to Classes
04 Class constructors
05 This keyword
06 Introduction to scope
07 Public and private scope
08 Getters and Setters
09 Static members
10 Inheritance
11 Mixins
12 Interfaces
13 Abstraction
14 Introduction to generics
15 Example of generics
16 Generic class
17 Sync vs Async
18 System temp directory
19 Listing items in directories
20 Accessing files