Dart 語言開發文件

Welcome to the Dart documentation! For a list of changes to this site—new pages, new guidelines, and more—see the What’s new page.

歡迎來到 Dart 語言開發文件頁面!如下是大家最經常存取的頁面:

Language tour

A brief, example-based introduction to the Dart language.

Effective Dart

Best practices for building consistent, maintainable, efficient Dart code.

Library tour

An example-based introduction to the major features in the Dart SDK's core libraries.

Dart SDK

What's in the SDK, and how to install it.

Futures, async, await

How to write asynchronous Dart code that uses futures and the async and await keywords.