diff --git a/examples/flutter_gallery/README.md b/examples/flutter_gallery/README.md index 9cfb2b5088..13b13a2599 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 f6d9357222..6510167fc2 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.