Dart

ebook Up and Running

By Kathy Walrath

cover image of Dart

Sign up to save your library

With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.

   Not today

Find this title in Libby, the library reading app by OverDrive.

Download Libby on the App Store Download Libby on Google Play

Search for a digital library with this title

Title found at these libraries:

Library Name Distance
Loading...

Get moving with Dart, the development platform that helps you build high-performance HTML5 apps for the modern Web. With this guide, you'll take a hands-on tour of the Dart language, libraries, and tools—including its editor and virtual machine—for developing structured, fast, and maintainable web apps that run on both the client and the server.

Written by developer advocates at Google, this updated edition covers Dart 1.0. Google designed Dart to boost performance and help developers work more efficiently. This book shows you how to build everything from simple scripts to complex apps that work well in today's browsers.

  • Build web apps with the object-oriented Dart language, and compile your code to JavaScript
  • Delve into language features, from optional types and method cascades to named constructors
  • Create, launch, and debug web and command-line apps with Dart Editor
  • Explore Dart APIs, including dart:core, dart:html, dart:io, dart:convert, and dart:mirrors
  • Use tools such as Dartium, the Chromium-based browser that can run Dart apps natively
  • Walk through Dartiverse Search, a client-server app that combines useful and fun language and API features
  • Dart