From 686112ad4b63ec5cc656460607c3b70a23ea8893 Mon Sep 17 00:00:00 2001 From: LaylaCao Date: Wed, 22 May 2019 18:54:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=8CStep=204:=20?= =?UTF-8?q?=E5=B0=86=E6=9C=89stateful=20widget=E6=8F=92=E5=85=A5widget?= =?UTF-8?q?=E6=A0=91=E4=B8=AD=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/interactive/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/interactive/index.md b/tutorials/interactive/index.md index 1581693..498cccb 100644 --- a/tutorials/interactive/index.md +++ b/tutorials/interactive/index.md @@ -267,9 +267,9 @@ class MyApp extends StatelessWidget { 如果您的代码无法运行,请在IDE中查找可能的错误。[调试Flutter应用程序](/debugging/)可能会有所帮助。如果仍然无法找到问题,请根据GitHub上的示例检查代码。 -* [`lib/main.dart`](https://raw.githubusercontent.com/flutter/website/master/_includes/code/layout/lakes-interactive/main.dart) -* [`pubspec.yaml`](https://raw.githubusercontent.com/flutter/website/master/_includes/code/layout/lakes-interactive/pubspec.yaml)—此文件没有变化 -* [`lakes.jpg`](https://github.com/flutter/website/blob/master/_includes/code/layout/lakes-interactive/images/lake.jpg)—此文件没有变化 +* [`lib/main.dart`](https://github.com/flutter/website/blob/master/examples/layout/lakes/interactive/lib/main.dart) +* [`pubspec.yaml`](https://github.com/flutter/website/blob/master/examples/layout/lakes/interactive/pubspec.yaml)—此文件没有变化 +* [`lakes.jpg`](https://github.com/flutter/website/tree/master/examples/layout/lakes/interactive/images)—此文件没有变化 ---