Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
120 lines (84 loc) · 3.72 KB

learn-flutter.md

File metadata and controls

120 lines (84 loc) · 3.72 KB
title description tags keywords toc
学习 Flutter
帮助你学习 Flutter 的资源。
Flutter安装,Flutter起步教程
Flutter安装,Flutter示例,线上课程,布局构建教程
false

For new Flutter developers

新 Flutter 开发者

If you're brand new to Flutter, we suggest you complete the following resources in order:

如果你是新的 Flutter 开发者, 我们建议你按顺序学习以下资源:

  1. Dart language overview Flutter uses the Dart language. If you have experience with other object-oriented languages, like Java, C++, or Swift, Dart should feel familiar to you, and you might be comfortable skipping this section.

    Dart 语言概览 Flutter 使用的是 Dart 语言。 如果你有使用其他面向对象语言的经验, 像是 Java、C++ 或 Swift, Dart 应该对你来说不会陌生, 你可以轻松学习这门语言。

  2. Write your first Flutter app This codelab introduces the basics of Flutter by creating an app that works on mobile, desktop, and web.

    编写你的第一个 Flutter 应用 该编程练习 (codelab) 将通过创建一个可以在 移动端、桌面端以及 Web 端运行的应用 来学习 Flutter 的基础知识。

  3. Learn the fundamentals This is an opinionated set of documentation for the new Flutter developer. It guides you through some of the most important pieces of building Flutter applications.

    学习基础知识 这是一篇针对新 Flutter 开发者且有明确指导性的文档, 会引导你了解构建 Flutter 应用的重要部分。

Apply your existing knowledge

运用其他平台的开发经验

Other resources

其他资源

Reach out to us on our mailing list. We'd love to hear from you!

你还可以通过 邮件列表 与我们取得联系, 我们非常乐意听到你的反馈!

Happy Fluttering!