Dart Essentials

Go to class
Write Review

Dart Essentials provided by Qwiklabs is a comprehensive online course, which lasts for 7 hours worth of material. Upon completion of the course, you can receive an e-certificate from Qwiklabs. The course is taught in Englishand is Free Certificate. Visit the course page at Qwiklabs for detailed price information.

Overview
  • Dart is a client-optimized language for developing fast apps on any platform. Dart also forms the foundation of Flutter by providing the language and runtimes that power Flutter apps. In this quest you will learn the basics of Dart in a prepared development environment. Be sure to tag #flutterfestival in your social posts!

Syllabus
    • Introduction to Da
      • In this lab you will learn the basics of Dart. Understand how to work with variables, flow control and functions to start your journey with Dart.
    • Dart: Variables, Data Structures, Objects, and Conditionals
      • In this lab you will learn more about the basics of Dart. Build on your knowledge of Dart developme
    • Dart: Using Functions with Lists and Maps
      • In this lab you will learn how Dart is used with data structures. Understand the utility of Maps and Lists and how these are used to reference information.
    • Dart: Introducing Class Abstractio
      • In this lab you will learn how to work with Classes in Dart. Object oriented programming provides an abstraction of code and Dart is perfectly placed to work in this way.