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 开发的经验!