Mastering Dart
- Length: 346 pages
- Edition: 1
- Language: English
- Publisher: Packt Publishing
- Publication Date: 2014-11-21
- ISBN-10: 1783989564
- ISBN-13: 9781783989560
- Sales Rank: #4356113 (See Top 100 Books)
Master the art of programming high-performance applications with Dart
About This Book
- Improve the performance of your Dart code and build sophisticated applications
- Enhance your web projects by adding advanced HTML 5 features
- Full of solutions to real-world problems, with clear explanations for complicated concepts of Dart
Who This Book Is For
If you are an application developer who has experience with Dart and want to develop reusable and robust code in Dart, then this book is for you. You are expected to have a basic knowledge of core elements and applications.
In Detail
Starting with a discussion about the basic features of Dart, we will dive into the more complicated concepts such as generics, annotation with reflection, errors and exceptions, which will help us improve our code. Moving on, you will learn how and when to create objects and also advanced techniques that will help you execute asynchronous code. You will also learn about the collection framework and how to communicate with the different programs written in JavaScript using Dart.
This book will show you how to add internalization support to your web applications and how i18n and l10n access can be embedded into your code to design applications that can be localized easily. You will be shown how to organize client-to-server communication and how different HTML5 features can be used in Dart. Finally, this book will show you how you can store data locally, break the storage limit, and prevent security issues in your web application.
Table of Contents
Chapter 1. Beyond Dart’s Basics
Chapter 2. Advanced Techniques and Reflection
Chapter 3. Object Creation
Chapter 4. Asynchronous Programming
Chapter 5. The Stream Framework
Chapter 6. The Collection Framework
Chapter 7. Dart and JavaScript Interoperation
Chapter 8. Internalization and Localization
Chapter 9. Client-to-server Communication
Chapter 10. Advanced Storage
Chapter 11. Supporting Other HTML5 Features
Chapter 12. Security Aspects