Book Image

DART Cookbook

By : Ivo Balbaert
Book Image

DART Cookbook

By: Ivo Balbaert

Overview of this book

Table of Contents (18 chapters)
Dart Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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