Update faulty doc
This commit is contained in:
parent
5c904eb6de
commit
439ced6cab
1 changed files with 3 additions and 2 deletions
|
@ -34,8 +34,9 @@ dev_dependencies:
|
||||||
build_runner: ^1.0.0
|
build_runner: ^1.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
With the recent updates to `package:build_runner`, you can build models in
|
With the recent updates to `package:build_runner`, you can build models automatically,
|
||||||
`lib/src/models/**.dart` automatically by running `pub run build_runner build`.
|
anywhere in your project structure,
|
||||||
|
by running `pub run build_runner build`.
|
||||||
|
|
||||||
To tweak this:
|
To tweak this:
|
||||||
https://pub.dartlang.org/packages/build_config
|
https://pub.dartlang.org/packages/build_config
|
||||||
|
|
Loading…
Reference in a new issue