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 2. Structuring, Testing, and Deploying an Application

In this chapter, we will cover the following topics:

  • Exiting from an app

  • Parsing command-line arguments

  • Structuring an application

  • Using a library from within your app

  • Microtesting your code with assert

  • Unit testing a Polymer web app

  • Adding logging to your app

  • Documenting your app

  • Profiling and benchmarking your app

  • Publishing and deploying your app

  • Using different settings in the checked and production modes