You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flutter-view scans for Pug and HTML files in one or more directories. For it to work, you need to pass where your source code is. Normally this is the **lib** directory of your project.
8
+
9
+
In almost every case, you want to go to your project directory and type:
10
+
11
+
> `flutter-view -w lib`
12
+
13
+
This will tell flutter-view to watch your lib directory, and keep watching \(-w\) for changes.
14
+
15
+
When flutter-view creates or updates Dart files, it will tell you.
0 commit comments