Unverified Commit 8fcddbbd authored by Dan Field's avatar Dan Field Committed by GitHub

remove flutter upgrade from stocks and gallery (#27093)

parent fa5f3da6
......@@ -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.
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment