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.