Dart 语言教程文档
这些教程会教你如何使用 Dart 语言、工具以及 API 来构建应用程序。
学习基础知识
#以下内容假定你对 Dart 有基本的了解,你可以通过浏览 Dart 简介 对 Dart 语言有一个初步了解,接下来,请跟随 异步编程教程 来学习 Future。
当你熟悉 Dart 语言以及 Future 后,就可以进一步了解 Iterable、Stream 和 Package,它们是众多 Dart 程序的基础。
Dart 服务端教程
#The following tutorials show how to develop scripts, command-line apps, and server apps that can run in the standalone Dart VM.
Get Dart. Create a simple standalone app, run it in the Dart VM, and AOT-compile it to native machine code.
Learn about features that command-line apps need.
Fetch data from the internet using the http package.
Implement a web server written in Dart.
持续学习
#尝试更多教程,来学习更多使用 Dart 开发的经验!
快速体验 Dart 独特的语言特性。
探索 Dart 对记录 (Record) 和模式匹配 (Pattern) 的支持。
学习分析和处理存储在数据集中的数据。
通过构建 Flutter 应用来拓展你的 Dart 技能。
除非另有说明,文档之所提及适用于 Dart 3.7.0 版本,本页面最后更新时间: 2025-02-03。 查看文档源码 或者 报告页面问题。