We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dart pub add
build_runner
1 parent 9fe0f98 commit ec7896cCopy full SHA for ec7896c
build_runner/README.md
@@ -38,12 +38,11 @@ rebuilds are _incremental_ - inspired by tools such as [Bazel][].
38
## Installation
39
40
This package is intended to support development of Dart projects with
41
-[`package:build`][]. In general, put it under [dev_dependencies][], in your
42
-[`pubspec.yaml`][pubspec].
+[`package:build`][]. In general, add it to your [`pubspec.yaml`][pubspec]
+as a [dev_dependencies][] by running the following command.
43
44
-```yaml
45
-dev_dependencies:
46
- build_runner:
+```console
+$ dart pub add dev:build_runner
47
```
48
49
## Usage
0 commit comments