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