Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改「Step 4: 将有stateful widget插入widget树中」中的代码链接地址 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorials/interactive/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)—此文件没有变化

---

Expand Down