Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Dart - Intermediate Course
Rating: 4.5 out of 5(1,641 ratings)
74,141 students

Dart - Intermediate Course

Continuing on the beginners course
Created byBryan Cairns
Last updated 9/2021
English
English [Auto],Polish [Auto],

What you'll learn

  • Classes, Packages, Scope, and the File System

Course content

6 sections28 lectures2h 3m total length
  • Dart 2 - version changes (some videos will be re-recorded)4:58

    Learn how dart 2 enforces explicit types through a sound type system, triggering breaking changes across code and packages. Consult source code and GitHub for migrations and tooling.

  • Read me - major changes to Dart and Flutter1:09
  • Imports5:43

    Learn to reuse code in Dart by importing libraries, including Dart core and convert, and perform utf8 and base64 encoding and decoding, while noting encoding differs from encryption.

  • More Imports4:10

    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.

  • Section 1 - Assignment
  • Assignment Source0:01
  • Section 1 - Quiz

Requirements

  • Beginners level dart knowlege
  • udemy.com/dart-beginners-course

Description

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.

Who this course is for:

  • Anyone interested in learning dart