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.
当前内容版权归 flutter.cn 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 flutter.cn .