FMU: Flutter Monorepo UtilsVSCode extension with utilities to work with Flutter monorepo projects. FeaturesTest runnerRuns tests on specific projects by the context menu. When some test fails, you'll get the complete log with the link to the lines that have failed. Test runner in all projectsRuns tests of all projects present in the workspace. Get/Clean/build_runnerRuns get, clean and build_runner actions in specific projects by the context menu. Get/Clean/build_runner in all projectsRuns get, clean and build_runner actions in all projects in the workspace. Create or open test fileBy 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. |