• Dart 开发语言概述
    • Language tour
    • Effective Dart
  • Other resources

    Dart 开发语言概述

    These two resources are popular with both beginning Dart developers and experts.

    Language tour

    A walk through all of the major features of the Dart language.

    Effective Dart

    A set of guides on how to write the best Dart code possible. Guidelines cover style, documentation, usage, and design.

    Other resources

    • Dart’s type system Learn about Dart’s sound type system.
      • Fixing common type problemsHow to fix errors and warnings you may encounter.
    • Customizing static analysis A guide to customizing the analyzer using an analysis options file.
    • Asynchronous programming
      • Futures, async, awaitLearn about and practice writing asynchronous code, using DartPad.
      • StreamsA beginner’s guide to handling sequences of asynchronous events.
    • Language articlesArticles about language features such as mixins and asynchrony support.
    • SpecificationA definitive, highly technical description of the Dart language.