Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion _data/sidebars/home_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ entries:
url: /animations/
output: web

- title: Text Input
url: /text-input/
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create a link on the index.md page as well.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.

output: web

- title: Layered Design
external_url: https://www.youtube.com/watch?v=dkyY9WCGMi0
output: web
Expand Down Expand Up @@ -125,4 +129,3 @@ entries:
- title: Support
url: /#support
output: web

1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ See these topics to understand how the Flutter framework works.
- [Gestures in Flutter](gestures)
- [Layouts in Flutter](layout)
- [Animations in Flutter](animations)
- [Text Input](text-input)
- [Layered design (video)](https://www.youtube.com/watch?v=dkyY9WCGMi0)
- [Rendering pipeline (video)](https://www.youtube.com/watch?v=UUfXWzp0-DU)

Expand Down
Loading