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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ the [Flutter Setup](https://flutter.io/setup/) guide.
### Building and installing the Flutter app ### Building and installing the Flutter app
* `cd $FLUTTER_ROOT/examples/flutter_gallery` * `cd $FLUTTER_ROOT/examples/flutter_gallery`
* `flutter upgrade` * `flutter packages get`
* `flutter run --release` * `flutter run --release`
The `flutter run --release` command both builds and installs the Flutter app. The `flutter run --release` command both builds and installs the Flutter app.

View File

@ -15,7 +15,7 @@ the [Flutter Setup](https://flutter.io/setup/) guide.
### Building and installing the stocks demo app ### Building and installing the stocks demo app
* `cd $FLUTTER_ROOT/examples/stocks` * `cd $FLUTTER_ROOT/examples/stocks`
* `flutter upgrade` * `flutter packages get`
* `flutter run --release` * `flutter run --release`
The `flutter run --release` command both builds and installs the Flutter app. The `flutter run --release` command both builds and installs the Flutter app.