Book Image

Dart By Example

By : David Mitchell
Book Image

Dart By Example

By: David Mitchell

Overview of this book

Table of Contents (17 chapters)
Dart By Example
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Iteration overview


The grid view gave a very detailed view of the data obtained from the stack of software that collected the data from the web service, was stored in a database, and was then shared from the database via an API.

For this part of the project, we will reuse every part other than a gridview, and build a new visualization using a world map.

Let's take a look at how the map view fits into the overall system:

To ensure the map view has some data, the Monitor needs to be running, as does the API.

The main project for this chapter is the mapviewer project in the sample code bundle.