Skip to content

VSCode extension with utilities to work with Flutter monorepo projects.

License

Notifications You must be signed in to change notification settings

emersonsiega/flutter_monorepo_utils

Repository files navigation

FMU: Flutter Monorepo Utils

VSCode extension with utilities to work with Flutter monorepo projects.

Features

Test runner

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.

Test runner in all projects

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.

Get/Clean/build_runner

Runs get, clean and build_runner actions in specific projects by the context menu.

Get/Clean/build_runner in all projects

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.

Create or open test file

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.

About

VSCode extension with utilities to work with Flutter monorepo projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published