remove flutter upgrade from stocks and gallery (#27093)

This commit is contained in:
Dan Field
2019-01-25 10:37:28 -08:00
committed by GitHub
parent fa5f3da6f2
commit 8fcddbbd92
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ the [Flutter Setup](https://flutter.io/setup/) guide.
### Building and installing the Flutter app
* `cd $FLUTTER_ROOT/examples/flutter_gallery`
* `flutter upgrade`
* `flutter packages get`
* `flutter run --release`
The `flutter run --release` command both builds and installs the Flutter app.
+1 -1
View File
@@ -15,7 +15,7 @@ the [Flutter Setup](https://flutter.io/setup/) guide.
### Building and installing the stocks demo app
* `cd $FLUTTER_ROOT/examples/stocks`
* `flutter upgrade`
* `flutter packages get`
* `flutter run --release`
The `flutter run --release` command both builds and installs the Flutter app.