Skip to content

Commit e4c6c1c

Browse files
blueneogeogitbook-bot
authored andcommitted
GitBook: [master] 2 pages modified
1 parent ba895ee commit e4c6c1c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Introduction
22

3-
_**NOTE: The documentation is in progress and expected to cover all CSS and features by december 16th.**_
4-
53
\*\*\*\*[**Flutter-view**](https://flutter-view.io) is an open source tool that makes writing reactive [Flutter](http://flutter.io) layouts a breeze. It lets you use [Pug](http://pugjs.org) and [Sass](http://sass-lang.com) \(or HTML and CSS if you prefer\) to generate the Flutter Dart code that renders the views in your app.
64

75
You use it by running the `flutter-view` command in your terminal to let it monitor your project. When it detects changes in a Pug, HTML, Sass or CSS file, it automatically generates or updates a matching Dart file.

get-started/vs-code-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ You can use flutter-view with any IDE. However for Visual Studio Code users ther
88

99
Enabling linking between Pug and Dart will make it easier to see the effects of your changes. To get this functionality in VSCode, install the following two extensions:
1010

11-
* the flutter-view extension lets you link from Pug to generated Dart
12-
* the[ project-links](https://github.com/KyleDavidE/vscode-project-links) extension lets you link from links in the generated Dart to the source Pug
11+
* the [**flutter-view extension**](https://marketplace.visualstudio.com/items?itemName=blueneogeo.flutter-view-vscode) lets you link from Pug to generated Dart
12+
* the [**project-links extension**](https://marketplace.visualstudio.com/items?itemName=KyleDavidE.vscode-project-links) lets you link from links in the generated Dart to the source Pug
1313

1414
_Note: for this to work, the project link comments in flutter-view must be enabled \(default is on\)_
1515

0 commit comments

Comments
 (0)