Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated command from build_runner.md #5082

Merged
merged 4 commits into from
Jul 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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