Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
letsar authored Sep 19, 2018
1 parent c5bad0a commit b7e8eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kiwi_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ For Flutter the command is different though:
flutter packages pub run build_runner build
```

On first attempt to run this command you might encounter a conflict error. If so, please add the --delete-conflicting-outputs argument to your command:
**Note:** On first attempt to run this command you might encounter a conflict error. If so, please add the --delete-conflicting-outputs argument to your command:

```bash
flutter packages pub run build_runner build --delete-conflicting-outputs
```
This additional argument allows the command to overwrite the `.g.dart` file if necessary.
(This additional argument allows the command to overwrite the `.g.dart` file if necessary.)

You can also use the `watch` command instead of `build`. This will generate your file when it's saved.

Expand Down

0 comments on commit b7e8eae

Please sign in to comment.