Updated sample catalog templates and app summaries (#11052)
This commit is contained in:
parent
a48fd13184
commit
e5009e8827
@ -8,5 +8,11 @@
|
|||||||
<p>
|
<p>
|
||||||
@(summary)
|
@(summary)
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
This app features the following classes: @(classes).
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="/catalog/samples/@(link)/">Learn more</a>.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,7 +4,9 @@ title: "Sample App Catalog"
|
|||||||
permalink: /catalog/samples/
|
permalink: /catalog/samples/
|
||||||
---
|
---
|
||||||
|
|
||||||
Complete applications that demonstrate how to get things done with Flutter. Each sample app features a few classes or an animation, a layout, or other feature of Flutter. The samples are short, just one file and usually only one or two pages of code. They should easy to try out with your favorite IDE.
|
This catalog lists applications that demonstrate how to implement common mobile design patterns with Flutter. Each sample demonstrates how a few Flutter widgets can be put together to implement a meaningful user interface. The samples are short - just one Dart file - but they're complete applications. They should be easy to try out and tweak with your favorite IDE/code editor.
|
||||||
|
|
||||||
|
If there are other sample apps that you'd like to see we'd appreciate hearing from you on our [Gitter channel](https://gitter.im/flutter/flutter) or [mailing list](https://groups.google.com/d/forum/flutter-dev).
|
||||||
|
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
@(entries)
|
@(entries)
|
||||||
|
@ -205,7 +205,7 @@ Sample Catalog
|
|||||||
|
|
||||||
Title: AnimatedList
|
Title: AnimatedList
|
||||||
|
|
||||||
Summary: An AnimatedList that displays a list of cards which stay
|
Summary: An AnimatedList for displaying a list of cards that stay
|
||||||
in sync with an app-specific ListModel. When an item is added to or removed
|
in sync with an app-specific ListModel. When an item is added to or removed
|
||||||
from the model, the corresponding card animates in or out of view.
|
from the model, the corresponding card animates in or out of view.
|
||||||
|
|
||||||
|
@ -123,6 +123,9 @@ Sample Catalog
|
|||||||
|
|
||||||
Title: AppBar with a custom bottom widget.
|
Title: AppBar with a custom bottom widget.
|
||||||
|
|
||||||
|
Summary: An AppBar that includes a bottom widget. Any widget
|
||||||
|
with a PreferredSize can appear at the bottom of an AppBar.
|
||||||
|
|
||||||
Summary: Any widget with a PreferredSize can appear at the bottom of an AppBar.
|
Summary: Any widget with a PreferredSize can appear at the bottom of an AppBar.
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
|
@ -104,7 +104,7 @@ Sample Catalog
|
|||||||
|
|
||||||
Title: AppBar Basics
|
Title: AppBar Basics
|
||||||
|
|
||||||
Summary: A typcial AppBar with a title, actions, and an overflow dropdown menu.
|
Summary: A basic AppBar with a title, actions, and an overflow dropdown menu.
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
An app that displays one of a half dozen choices with an icon and a title.
|
An app that displays one of a half dozen choices with an icon and a title.
|
||||||
|
@ -97,7 +97,7 @@ Sample Catalog
|
|||||||
|
|
||||||
Title: ExpansionTile
|
Title: ExpansionTile
|
||||||
|
|
||||||
Summary: ExpansionTiles can used to produce two-level or multi-level lists.
|
Summary: An ExpansionTile for building nested lists, with two or more levels.
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
This app displays hierarchical data with ExpansionTiles. Tapping a tile
|
This app displays hierarchical data with ExpansionTiles. Tapping a tile
|
||||||
|
@ -85,7 +85,7 @@ Sample Catalog
|
|||||||
|
|
||||||
Title: Tabbed AppBar
|
Title: Tabbed AppBar
|
||||||
|
|
||||||
Summary: An AppBar with a TabBar as its bottom widget.
|
Summary: An AppBar with a TabBar for navigating pages just below it.
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
A TabBar can be used to navigate among the pages displayed in a TabBarView.
|
A TabBar can be used to navigate among the pages displayed in a TabBarView.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user