Skip to content

Commit 4757649

Browse files
blueneogeogitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 5c0cd84 commit 4757649

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Flutter-view is a tool for creating Flutter Dart code, meant to make it easier t
66

77
## How does it work?
88

9-
Flutter-view itself is an npm program that you run in a terminal window. It monitors your project's Pug, Sass, HTML and CSS files. When a file updates, it will create or update Dart files of the same name.
9+
Flutter-view itself is an [**npm**](https://www.npmjs.com) program that you run in a terminal window. It monitors your project's Pug, Sass, HTML and CSS files. When a file updates, it will create or update Dart files of the same name.
1010

1111
You use the Pug or HTML files to define flutter-views, which flutter-view will convert into Flutter Widget layout functions in Dart. You can them use these Dart functions in your normal Flutter code.
1212

@@ -18,6 +18,10 @@ For reactive programming, it uses the fantastic [**scoped\_model library**](http
1818

1919
Flutter-view is pretty much complete at this point. We have been using it at my company for half a year, and fixed many bugs and contributed features in the process. With the 1.0.0 release, it is stable, fast and fully documented.
2020

21+
## Is it free? How is it licensed?
22+
23+
Flutter-view is completely free and open source, licensed throught the[ **BSD-3 open source license**](https://github.com/flutter-view/flutter-view/blob/master/LICENSE). Please enjoy!
24+
2125
## Who built this and why?
2226

2327
Flutter-view was created by Christian Vogel. I am a software developer and entrepreneur who loves new technology. I found Flutter to have a great developer experience, but missed the clear separations of concerns and patterns that I enjoyed in frameworks like Vue.js and React. With Flutter-view I scratched my own itch, was able to use it in my company, and hope it can also help you. If you encounter any issues or have suggestions, please let me know on Twitter at [http://twitter.com/christianvogel](http://twitter.com/christianvogel).

0 commit comments

Comments
 (0)