Articles: Libraries
Read these articles for insight into the Dart libraries and APIs.
Creating Streams in Dart
April 2013 (updated: September 2018)A stream is a sequence of results; learn how to create your own.
An Introduction to the dart:io Library
March 2012 (updated: September 2018)An introduction to the Dart I/O library, which is aimed at code that runs in Flutter and the standalone Dart VM.
Reflection in Dart with Mirrors: An Introduction
November 2012 (updated: November 2013)Use the dart:mirrors library for introspection: discovering and using your program's structure.
Serialization in Dart
February 2015 (updated: July 2018)Choose the serialization strategy that's right for your project.
Converters and Codecs
February 2014 (updated: March 2015)Learn how to write efficient conversions.
Zones
March 2014Manage your asynchronous code: handle uncaught errors, override behavior (such as printing and scheduling tasks), and more.
Single-Subscription vs. Broadcast Streams
January 2014Choose the kind of stream that's best for your application: single-subscription or broadcast.
Also see: