Skip to content

Commit 77ffb0c

Browse files
blueneogeogitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent b97fd62 commit 77ffb0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/configuring-flutter-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Container(
165165
)
166166
```
167167

168-
By setting showCommentsInDart, this feature is disabled.
168+
By setting showCommentsInDart to false, this feature is disabled.
169169

170170
Default value:
171171

@@ -177,7 +177,7 @@ showCommentsInDart: true
177177

178178
If set to true, if there is an error processing a pug or css file, the error will not only be printed by flutter-view in the console, but also be shown as text in the Dart file.
179179

180-
The benefit of this is that you will get a red Dart file, so you get an active warning something got broken. A downside is that sometimes it breaks hot reloading.
180+
The benefit of this is that if you make a Pug or Sass mistake, it will show as an error in your IDE, instead of just in the flutter-view output.
181181

182182
Default value:
183183

0 commit comments

Comments
 (0)