mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
remove flutter upgrade from stocks and gallery (#27093)
This commit is contained in:
parent
fa5f3da6f2
commit
8fcddbbd92
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user