VSCode extension with utilities to work with Flutter monorepo projects.
Runs tests on specific projects by the context menu.
The selected folder must be a testable Flutter project (with a test folder inside).
When some test fails, you'll get the complete log with the link to the lines that have failed.
Runs tests of all projects present in the workspace.
This option is available only for the root folder context menu and merges the output of all tests in the same place.
Runs get, clean and build_runner actions in specific projects by the context menu.
Runs get, clean and build_runner actions in all projects in the workspace.
This option is available only for the root folder context menu and merges the execution output in the same place.
By selecting a dart file, there's a context menu option to create a corresponding test file, respecting to the same folder hierarchy.
If test file already exists, then it's just opened.