January 2013
Beginner
424 pages
13h 26m
English
Chapter 1. Hello Dart
Listing 1.1. String interpolation in Dart
Listing 1.2. A simple class in Dart
Listing 1.3. Every class has an implicit interface
Listing 1.4. Factory constructors for default implementations
Listing 1.5. Libraries and source files
Listing 1.6. Functions as first-class objects
Chapter 2. “Hello World” with Dart tools
Listing 2.2. HTML file that can run your Dart app in both Dart and JavaScript
Listing 2.3. HelloWorld.dart.js: output of dart2js
Chapter 3. Building and testing your own ...