From 2143721557083b3abe59c3895a5b40549d31c5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=87=AA=E7=94=B1=E7=9A=84=E4=B8=96=E7=95=8C=E4=BA=BA?= <144885467+Pleasurecruise@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:55:38 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E6=88=90=E7=BF=BB=E8=AF=91]=20src/co?= =?UTF-8?q?ntent/get-started/codelab.md=20(#1499)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Amos --- src/content/get-started/codelab.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/content/get-started/codelab.md b/src/content/get-started/codelab.md index 20d7398a16..4d0120a444 100644 --- a/src/content/get-started/codelab.md +++ b/src/content/get-started/codelab.md @@ -24,6 +24,11 @@ you will learn the basics of Flutter by creating an app that works on mobile, desktop, and web. +现在,你可以开始“第一个 Flutter 应用”的编程练习 (codelab)。 +在接下来的一个半小时内, +你将通过创建一个可以在移动端、桌面端以及 Web 端运行的应用 +来学习 Flutter 的基础知识。 +
The illustration of the initial and the resulting app that you will build in this codelab. @@ -34,17 +39,24 @@ that works on mobile, desktop, and web. {% endcomment -%} - ▶  Start codelab + href="https://codelabs.developers.google.cn/codelabs/flutter-codelab-first?hl=zh-cn"> + ▶  Start codelab开始 codelab
:::tip + The codelab above walks you through writing your first Flutter app for all platforms — mobile, desktop and web. You might prefer to take [another codelab written specifically for the web][codelab-web]. + +以上编程练习 (codelab) 将指导你编写第一个适用于 +所有平台的 Flutter 应用 — 移动端、桌面端和 Web 端。 +当然你可能更想去尝试 +[另一个专为 Web 端编写的 codelab][codelab-web]。 + ::: [codelab-web]: /get-started/codelab-web @@ -52,4 +64,6 @@ You might prefer to take If you prefer an instructor-led version of this codelab, check out the following workshop: +如果你更喜欢由讲师指导的版本,可以观看以下 workshop: + {% ytEmbed '8sAyPDLorek', 'Building your first Flutter app - with a Codelab!' %}