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.
1 parent 776df7c commit c6836aeCopy full SHA for c6836ae
example/README.md
@@ -20,7 +20,7 @@ Annotate your code with classes defined in
20
21
- See [`lib/example.g.dart`][example_g] for the generated file.
22
23
-Run `pub run build_runner build` to generate files into your source directory.
+Run `dart run build_runner build` to generate files into your source directory.
24
25
```console
26
> pub run build_runner build
@@ -32,7 +32,7 @@ Run `pub run build_runner build` to generate files into your source directory.
32
[INFO] Build: Succeeded after 4687ms with 1 outputs
33
```
34
35
-_NOTE_: If you're using Flutter, replace `pub run` with
+_NOTE_: If you're using Flutter, replace `dart run` with
36
`flutter pub run`.
37
38
[example]: lib/example.dart
0 commit comments