From 5352e89b65815abb81028caa68a2fa4413fef86a Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Wed, 20 Jul 2016 14:07:19 -0700 Subject: [PATCH] instructions for building the gallery (#4979) * instructions for building the gallery * tweaks from review * tweaks from review --- examples/flutter_gallery/README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/examples/flutter_gallery/README.md b/examples/flutter_gallery/README.md index 0d13d4db89f..bb33cd95504 100644 --- a/examples/flutter_gallery/README.md +++ b/examples/flutter_gallery/README.md @@ -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 run --release` + +The `flutter run --release` command both builds and installed the Flutter app. ## Icon