mirror of
https://github.com/encounter/flutter.git
synced 2026-03-30 11:10:35 -07:00
remove flutter upgrade from stocks and gallery (#27093)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user