Book Image

DART Essentials

Book Image

DART Essentials

Overview of this book

This book is targeted at expert programmers in JavaScript who want to learn Dart quickly. Some previous experience with OOP programming in other languages and a good knowledge of JavaScript are assumed.
Table of Contents (11 chapters)
10
Index

Chapter 1. Getting Started with Dart

The first chapter will introduce us to the world of Dart. We'll learn:

  • What is so interesting about Dart and why it's worth your time to give it a try
  • Where and how to get the Dart SDK with its IDE called Dart Editor
  • How to create the first app and see how to run and debug it in Dartium
  • How to compile our app to JavaScript