Update faulty doc

This commit is contained in:
Tobe O 2019-04-08 00:46:21 -04:00
parent 5c904eb6de
commit 439ced6cab

View file

@ -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