Chapter 1. Working with Dart Tools

In this chapter, we will cover the following recipes:

  • Configuring the Dart environment
  • Setting up the checked and production modes
  • Rapid Dart Editor troubleshooting
  • Hosting your own private pub mirror
  • Using Sublime Text 2 as an IDE
  • Compiling your app to JavaScript
  • Debugging your app in JavaScript for Chrome
  • Using the command-line tools
  • Solving problems when pub get fails
  • Shrinking the size of your app
  • Making a system call
  • Using snapshotting
  • Getting information from the operating system

Introduction

This chapter is about increasing our mastery of the Dart platform. Dart is Google's new language for the modern web, web clients, as well as server applications. Compared to JavaScript, Dart is a higher-level language so it will ...

Get Dart: Scalable Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.