Book Image

Learning Dart

Book Image

Learning Dart

Overview of this book

Table of Contents (19 chapters)
Learning Dart
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


We surveyed the available Dart UI frameworks in this chapter. Based on your previous web technology experience (be it JavaScript, GWT, or Adobe Flash), you already have some definite choices. For example, there are some beautiful MVC frameworks or a framework built on Flash. This is a field that is very much in evolution, so if you are evaluating UI frameworks, a search in pub (pub.dartlang.org) will certainly be worthwhile. Also, expect to see more and more libraries based on the Polymer project, discussed in Chapter 8, Developing Business Applications with Polymer Web Components, when you read this. In the next chapter, we will learn how to store data on the client with IndexedDB and then send it in the JSON format to a Dart web server.