Skip to content

Commit

Permalink
Remove deprecated command from build_runner.md (dart-lang#5082)
Browse files Browse the repository at this point in the history
This PR removes deprecated `flutter run` command from `build_runner`
description page.

---------

Co-authored-by: Anthony Sansone <[email protected]>
Co-authored-by: Parker Lougheed <[email protected]>
  • Loading branch information
3 people authored and rmacnak-google committed Sep 5, 2023
1 parent 29c2cdb commit c4b94dc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/tools/build_runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,11 @@ $ dart pub get

## Using built-in commands

How you use the build_runner commands depends on whether you're using
the Dart SDK or the Flutter SDK.
Here are examples of using the build_runner **build** command:
The following is an example of using the build_runner **build** command:

```terminal
$ # From a directory that contains a pubspec.yaml file:
$ dart run build_runner build # Dart SDK
$ flutter pub run build_runner build # Flutter SDK
$ dart run build_runner build
```

The build_runner package includes the following commands:
Expand Down

0 comments on commit c4b94dc

Please sign in to comment.