Skip to content

Commit

Permalink
Merge pull request #98 from flutter/sethladd-patch-1
Browse files Browse the repository at this point in the history
widgets page mentioned other widgets
  • Loading branch information
sethladd committed Nov 23, 2015
2 parents 71e874a + ccfc316 commit ba11435
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ nav_title: Widgets
permalink: /widgets/
---

This page describes the widgets available in Flutter. These widgets are
This page describes a small subset of widgets available in Flutter.
The widgets described on this page are
general-purpose and don't offer an opinion about the visual style of your app.

You may also be interested in Flutter's Material Design widgets.
We don't yet have docs for those widgets
(follow [this issue](https://github.com/flutter/flutter.github.io/issues/36)),
but you can see some of the Material Design widgets in action in our
[examples](https://github.com/flutter/flutter/tree/master/examples).

Container
---------

Expand Down

0 comments on commit ba11435

Please sign in to comment.