Overview: The Dart Language
Send feedbackThese two resources are popular with both beginning Dartisans and experts.
A Tour of the Dart Language
A walk through all of Dart's major language features.
Effective Dart
A set of guides that show you how how to write the best Dart code possible. There are guides on Dart style, documentation, usage, and design.
Other resources
-
Sound Dart
How and why to write sound Dart code, and how to use strong mode to enable soundness. -
Sound Dart: FAQ
A list of common questions for those who are interested in stronger static typing. -
Sound Dart: Fixing Common Problems
How to fix errors and warnings you may encounter when writing sound Dart code. -
Customize Static Analysis
A guide on customizing the analyzer using an analysis_options file. -
Asynchronous programming
-
Language articles
Articles about language features such as mixins and asynchrony support. -
Specification
A definitive, highly technical description of the Dart language.