Skip to content

Commit 5d54545

Browse files
blueneogeogitbook-bot
authored andcommitted
GitBook: [master] 2 pages modified
1 parent 49b9f84 commit 5d54545

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
## Guide
1515

16+
* [Configuring flutter-view](guide/configuring-flutter-view.md)
1617
* [Creating a new view](guide/creating-a-new-view.md)
1718
* [Creating widget layouts](guide/adding-content.md)
1819
* [Flow control](guide/flow-control.md)
1920
* [Shortcuts](guide/overview.md)
2021
* [Styling with CSS](guide/styling-with-css.md)
2122
* [Writing Reactive code](guide/writing-reactive-code.md)
22-
* [Configuring flutter-view](guide/configuring-flutter-view.md)
2323

2424
## Shortcuts Reference
2525

guide/configuring-flutter-view.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Configuring flutter-view
22

3-
Flutter-view has been made to run without needing configuration. However by providing a configuration, you can use some more advanced features.
3+
**Flutter-view does not need a configuration file to run.** However by providing a configuration, you can use some more advanced features.
44

5-
To configure flutter-view, put a file named **flutter-view.json** in the directory you run it from \(normally your project root directory\).
6-
7-
There are many options you can play with. Each of these options is optional. Options will merge their values with the ones you provides.
5+
To configure flutter-view, put a file named **flutter-view.json** in the directory you run it from \(normally your project root directory\). The options you can set are described below. Each of these options is optional. Options will merge their values with the ones you provides.
86

97
For example, to change the indentation of the generated Dart to 4 spaces:
108

0 commit comments

Comments
 (0)