Books about Dart

    We don’t know of any Dart 2 books yet.Check back later to see the latest updates.For information on converting Dart 1.x code to Dart 2, see the.

    Dart 1.x

    The following books cover Dart 1.x.

    by Davy Mitchell, Sergey Akopkokhyants, and Ivo Balbaert

    Master the art of designing for web, client, and server with Google’s bold and productive language — Dart.

    The Dart Programming Language

    by Gilad Bracha

    Dart is a class-based, object-oriented language that simplifies the development of structured modern apps, scales from small scripts to large applications, and can be compiled to JavaScript for use in any modern browser. In this rigorous but readable introductory text, Dart specification lead Gilad Bracha fully explains both the language and the ideas that have shaped it.

    Learning Dart - Second Edition

    by Ivo Balbaert and Dzenan Ridjanovic

    Develop apps for the modern web using Dart and HTML5. Clarify and shorten your Dart code using enums and build a complex UI for business applications with Dart’s Polymer framework, based on web components. If you want to become a developer for the modern web, or wish to add Dart to your tool belt, then this book is for you.

    Dart By Example

    by Davy Mitchell

    by Martin Sikora

    Design and build full-featured web and CLI apps using the powerful Dart language and its libraries and tools. Build sophisticated, powerful apps using Dart 1.9; learn about the newest libraries and asynchronous APIs. Write encapsulated components and apps with Web Components, polymer.dart, and AngularDart. Explore Standalone Dart VM with CLI apps, unit testing, and server-side scripting and discover Dart’s full potential with C/C++ native extensions. Practical, tutorial-based guide with examples in the context of modern web development for mobile and desktop with HTML5 features.

    Web Programming with Dart

    by Moises Belchin and Patricia Juberias

    Web Programming with Dart is for programmers who want to master the new Dart programming language from Google, and also web developers who want to understand how Dart can integrate perfectly with HTML5 and CSS3. With this book you will understand the ins and outs of the language, how the tools work, and how to get the most from the core functions and libraries. Web Programming with Dart is a practical, example-led book, with case studies involving developing UI animations for the web, working with web services such as JSON, server side Dart applications, and the new Polymer.dart library for advanced HTML UI web components generation.

    Mastering Dart

    by Sergey Akopkokhyants

    Starting with a discussion about the basic features of Dart, we will dive into the more complicated concepts such as generics, annotation with reflection, errors and exceptions, which will help us improve our code. Moving on, you will learn how and when to create objects and also advanced techniques that will help you execute asynchronous code. You will also learn about the collection framework and how to communicate with the different programs written in JavaScript using Dart.

    Dart Cookbook

    by Ivo Balbaert

    This book is a pragmatic guide that will increase your expertise in writing all kinds of applications, including web apps, scripts, and server-side apps. It provides rich insights on how to extend your Dart programming skills.

    Aprende Dart is the first Spanish-language book about Dart. Aprende Dart es el primer libro en Español para programadores y diseñadores web que quieran conocer el lenguaje, aprender a manejar las herramientas y trabajar con las principales funciones y librerías. Conocerás la historia que hay tras el lenguaje y cómo surge, crearemos animaciones para interfaces gráficas web y trabajaremos con servicios web, veremos el potencial que nos brinda Dart en el lado servidor y comenzaremos a trabajar con Polymer.dart.

    Dart for Absolute Beginners

    by David Kopec

    Dart for Absolute Beginners enables individuals with no background in programming to create their own web apps while learning the fundamentals of software development in a cutting edge language. Easily digested chapters, while comprehensive enough to explore the whole domain, are aimed at both hobbyists and professionals alike. The reader will not only gain an insight into Dart, but also the technologies behind the web. A firm foundation is laid for further programming studies.

    Dart for Hipsters

    by Chris Strom

    Psst! You’re not stuck with JavaScript anymore. Dart for Hipsters teaches you the fastest way possible: with real code and real projects starting on page 1. The unabashed goal of Dart is to make programming for the Web simpler, faster, and more powerful. And Dart for Hipsters is the fast-paced, most thorough way to learn it. You’ll explore the ins and outs of Dart by writing a simple application that grows in complexity from modest beginnings to a separate library that fully leverages the power of Dart. Caution: after reading you may develop an intense attachment to structured code and skinny jeans.

    Dart in Action

    by Chris Buckett

    Dart in Action introduces the Dart language and provides techniques and examples showing how to use it as a viable replacement for Java and JavaScript in browser-based desktop and mobile applications. It begins with a rapid overview of the Dart language and tools including features like interacting with the browser, optional typing, classes, libraries, and concurrency with isolates. After you master the core concepts, you move on to running Dart on the server and creating ‘single page’ HTML5 web applications.

    by Kathy Walrath and Seth Ladd

    An early book about the Dart language, libraries, and tools. Parts of this book are available (in updated form) in this site’s language and library tours.