From 35a70f77ce846dd11d55026c33c107ab178a9a33 Mon Sep 17 00:00:00 2001 From: LaylaCao Date: Wed, 22 May 2019 15:17:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=8CStep=206:=20?= =?UTF-8?q?=E6=95=B4=E5=90=88=E3=80=8D=E4=B8=AD=E7=9A=84=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原文源码地址404,已作出修改。 --- tutorials/layout/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/layout/index.md b/tutorials/layout/index.md index cfc9592..0cbd1d3 100644 --- a/tutorials/layout/index.md +++ b/tutorials/layout/index.md @@ -333,9 +333,9 @@ body: new ListView( //... {% endprettify %} -**Dart 代码:** [main.dart](https://raw.githubusercontent.com/flutter/website/master/_includes/code/layout/lakes/main.dart)
-**Image:** [images](https://github.com/flutter/website/tree/master/_includes/code/layout/lakes/images)
-**Pubspec:** [pubspec.yaml](https://raw.githubusercontent.com/flutter/website/master/_includes/code/layout/lakes/pubspec.yaml) +**Dart 代码:** [main.dart](https://github.com/flutter/website/blob/master/examples/layout/lakes/interactive/lib/main.dart)
+**Image:** [images](https://github.com/flutter/website/tree/master/examples/layout/lakes/interactive/images)
+**Pubspec:** [pubspec.yaml](https://github.com/flutter/website/blob/master/examples/layout/lakes/interactive/pubspec.yaml) 结束了!当您热重载应用程序时,就会看到和截图中相同界面。您可以参考 [给Flutter APP 添加交互](/tutorials/interactive/)来给您的应用添加交互。 From 79330631efd5df02b7abb458a6279c645fcb850a Mon Sep 17 00:00:00 2001 From: LaylaCao Date: Wed, 22 May 2019 18:47:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=8CStep=206:=20?= =?UTF-8?q?=E6=95=B4=E5=90=88=E3=80=8D=E4=B8=AD=E7=9A=84=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原文源码地址404,已作出修改。 --- tutorials/layout/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/layout/index.md b/tutorials/layout/index.md index 0cbd1d3..34cd7e9 100644 --- a/tutorials/layout/index.md +++ b/tutorials/layout/index.md @@ -333,9 +333,9 @@ body: new ListView( //... {% endprettify %} -**Dart 代码:** [main.dart](https://github.com/flutter/website/blob/master/examples/layout/lakes/interactive/lib/main.dart)
-**Image:** [images](https://github.com/flutter/website/tree/master/examples/layout/lakes/interactive/images)
-**Pubspec:** [pubspec.yaml](https://github.com/flutter/website/blob/master/examples/layout/lakes/interactive/pubspec.yaml) +**Dart 代码:** [main.dart](https://github.com/flutter/website/blob/master/examples/layout/lakes/step6/lib/main.dart)
+**Image:** [images](https://github.com/flutter/website/tree/master/examples/layout/lakes/step6/images)
+**Pubspec:** [pubspec.yaml](https://github.com/flutter/website/blob/master/examples/layout/lakes/step6/pubspec.yaml) 结束了!当您热重载应用程序时,就会看到和截图中相同界面。您可以参考 [给Flutter APP 添加交互](/tutorials/interactive/)来给您的应用添加交互。