$19.99
per month
Video
Jul 2018
1hr 42mins
1st Edition
-
Learn about classes, scope, packages, and how to work with the file system
-
Explore generic programming
-
Assignments and quizzes to test your knowledge
Continue your journey into the Dart language. This course picks up where the Beginner course left off. In this course, you will learn classes, scope, packages, and how to work with the file system. We will also explore generic programming.
The programming part of the course uses the Dart 1 version. The true power of any programming language comes with code reuse and that’s when libraries come into the picture. The course starts with getting you familiar with how to import Dart libraries. As you dive deeper into the course, you get to learn fundamentals of class and related concepts such as constructors, ‘this’ keyword, public and private scope, getters and setters, and static members. You will explore concepts such as inheritance, multiple inheritance (a.k.a. mixins), interfaces, and abstraction. The course gets your hands on using a generic class and managing file systems.
Each section in the course is accompanied by an assignment and quizzes to help you validate your learning and enhance your understanding of the topic being explained. It’s a good practice to solve the assignment questions first on your own and then verify your solutions with those given in the assignment videos.
All the code and supporting files for this course are available at - https://github.com/PacktPublishing/Dart---An-Intermediate-Course
Developers looking to enhance their skills learning Dart programming. Beginner-level knowledge of Dart is required before taking this course.
-
What is a Class
-
How to use a generic class
-
Packages
-
Scope
-
Manage and work with the Dart file system