List of Tables

 

Chapter 1. Hello Dart

Table 1.1. High-level feature comparison among Dart, Java, and JavaScript

Chapter 3. Building and testing your own Dart app

Table 3.1. Provided unit-test matchers

Chapter 7. Extending classes and interfaces

Table 7.1. How to interpret different uses of the Object and dynamic types

Chapter 8. Collections of richer classes

Table 8.1. A comparison of actual method signatures and how the Dart type checker interprets them

Table 8.2. Some type placeholder letters are used by convention.

Table 8.3. Some common comparison operators

Chapter 10. Building a Dart web app

Table 10.1. Key properties and methods of the Element interface

Table 10.2. Common subinterfaces that inherit the Element interface

Table 10.3. Some of the named event properties available on the ElementEvents on property

Table 10.4. Common MouseEvent properties

Chapter 11. Navigating offline data

Table 11.1. Common ways to modify the browser’s URL location with pushState()

Table 11.2. Browser support for offline storage technologies

Chapter 13. Server interaction with files and HTTP

Table 13.1. Summary of the differences between the dart:html and dart:io libraries

Table 13.2. Common methods and properties of the key classes that serve HTTP requests

Chapter 14. Sending, syncing, and storing data

Table 14.1. API calls that you’ll use in your code

Table 14.2. The calls to the _getData() utility function that your code will make

Chapter 15. Concurrency with isolates