instructions for building the gallery (#4979)

* instructions for building the gallery

* tweaks from review

* tweaks from review
This commit is contained in:
Seth Ladd 2016-07-20 14:07:19 -07:00 committed by GitHub
parent 771d7910f0
commit 5352e89b65

View File

@ -1,6 +1,24 @@
# Flutter gallery
Demo app for the Material Design widgets and other features provided by Flutter.
Demo app for the material design widgets and other features provided by Flutter.
## Building
You can follow these instructions to build the gallery app
and install it onto your device.
### Prereqs
If you are new to Flutter, please first follow
the [Flutter Setup](https://flutter.io/setup/) guide.
### Building and installing the Flutter app
* `cd $FLUTTER_ROOT/examples/flutter_gallery`
* `flutter upgrade`
* `flutter -d <device name> run --release`
The `flutter run --release` command both builds and installed the Flutter app.
## Icon