From 8fcddbbd9205aa1afa4208352c4d05f58b044b6c Mon Sep 17 00:00:00 2001 From: Dan Field Date: Fri, 25 Jan 2019 10:37:28 -0800 Subject: [PATCH] remove flutter upgrade from stocks and gallery (#27093) --- examples/flutter_gallery/README.md | 2 +- examples/stocks/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/flutter_gallery/README.md b/examples/flutter_gallery/README.md index 9cfb2b50887..13b13a25990 100644 --- a/examples/flutter_gallery/README.md +++ b/examples/flutter_gallery/README.md @@ -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. diff --git a/examples/stocks/README.md b/examples/stocks/README.md index f6d9357222f..6510167fc22 100644 --- a/examples/stocks/README.md +++ b/examples/stocks/README.md @@ -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.