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
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
`felt` stands for "Flutter Engine Local Tester". It's a cli tool that aims to make development in the Flutter web engine more productive and pleasant.
3
+
4
+
## What can `felt` do?
5
+
`felt` supports multiple commands as follows:
6
+
7
+
1.**`felt check-licenses`**: Checks that all Dart and JS source code files contain the correct license headers.
8
+
2.**`felt test`**: Runs all or some tests depending on the passed arguments.
9
+
3.**`felt build`**: Builds the engine locally so it can be used by Flutter apps. It also supports a watch mode for more convenience.
10
+
11
+
You could also run `felt help` or `felt help <command>` to get more information about the available commands and arguments.
12
+
13
+
## How can I use `felt`?
14
+
Once you have your local copy of the engine [setup](https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment), you'll need to add `/path/to/engine/src/flutter/lib/web_ui/dev` to your `PATH`.
15
+
Then you would be able to use the `felt` tool from anywhere:
0 commit comments