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
2 changes: 1 addition & 1 deletion flutter
Submodule flutter updated 1011 files
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/docs/codelabs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Codelabs help you quickly get started programming Flutter."
---


#### [Basic Flutter layout](/docs/codelabs/layout-basics)
#### [Basic Flutter layout concepts](/docs/codelabs/layout-basics)

Use DartPad in a browser (no need to download Flutter or Dart!)
to learn the basics of creating a Flutter layout.
Expand Down
895 changes: 557 additions & 338 deletions src/docs/codelabs/layout-basics.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/docs/development/ui/widgets-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ needed in the underlying render tree to transition from one state to the next.

{{site.alert.note}}
If you would like to become better acquainted with Flutter by diving
into some code, check out [Basic layout
into some code, check out [Basic Flutter layout
codelab](/docs/codelabs/layout-basics), [Building Layouts in
Flutter](/docs/development/ui/layout), and [Adding Interactivity
to Your Flutter App](/docs/development/ui/interactive).
Expand Down