Skip to content

Commit

Permalink
Fixed type in readme files, flutter get now reads flutter pub get
Browse files Browse the repository at this point in the history
which is the correct command
  • Loading branch information
coleengbrecht committed Jan 27, 2020
1 parent 7b27a60 commit 39e4153
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion vignettes/basketball_ptr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/bubble_tab_bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/constellations_list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/dark_ink_transition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/dog_slider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/drink_rewards_list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/fluid_nav_bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/gooey_edge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/indie_3d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/parallax_travel_cards_hero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/parallax_travel_cards_list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/particle_swipe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/plant_forms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/product_detail_zoom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/sparkle_party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/spending_tracker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In addition to reviewing and forking the [MIT-licensed](LICENSE.md) code availab

If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install). Once you're set up and can compile the sample Flutter app, you're ready to run some vignettes!

Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.
Each vignette is stored in its own folder in the repository. Using your IDE of choice, open the vignette directory you'd like to run. Then, using the terminal inside youre IDE, run `flutter pub get` to fetch any dependencies, and `flutter run` to deploy to your connected device or simulator.

If you would like to try these for Flutter for web, you can use `flutter run -d chrome`. Note that Flutter for web is currently a technical preview and not all of the vignettes will work correctly. For more information on enabling Flutter for web follow the [setup instructions](https://flutter.dev/docs/get-started/web).

Expand Down
Loading

0 comments on commit 39e4153

Please sign in to comment.