
Install the http package from pub durtlang.org, import http as Http, perform an asynchronous http get on the TMZ.com front page, and handle status codes like 200 and 404.
Learn how classes act as templates and blueprints in Dart, create objects with the new keyword, and see each instance operate independently through sample code.
Explore inheritance by building animal, mammal, and feline classes, where each extends the previous, to inherit properties like hair, backbone, and claws, and using super to override behavior.
Continue to 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. All of the code presented in this class is freely available on GitHub.