Book Image

Learning Dart, Second Edition - Second Edition

By : Ivo Balbaert
Book Image

Learning Dart, Second Edition - Second Edition

By: Ivo Balbaert

Overview of this book

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

Chapter 6. Combining HTML5 Forms with Dart

In business applications, data is structured through model classes and stored permanently. However, the first step, controlling the input of data, is essential. In this chapter, the new input and validation functionalities of HTML5 are explored. You will learn how to:

  • Process input data by validating them through HTML5 and Dart

  • Store and retrieve data in the browser's local storage

  • Show data in the HTML5 forms

We will expand on our bank account example to show these features; gradually, building it up in iterations.