Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Dart utils to multi-repo approachNew to Visual Studio Code? Get it now.
Dart utils to multi-repo approach

Dart utils to multi-repo approach

Emir Marques

|
529 installs
| (1) | Free
emirdeliz-dart-multiple-repository-utils - Makes your life easier to use the dart if you work with a multi-repo approach
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

emirdeliz-dart-multiple-repository-utils

Build Lint Test

This extension makes your life easier to use dart if you work with a multi-repo approach. You can run clear, pub get, and clear & pub get (with one click) to all projects inside the workspace with a simple action on the menu.

Demo

Emirdeliz Dart Multiple Repository Utils - example

Settings

About the settings (vscode settings.json). All settings should be inside the key emirdeliz-dart-multiple-repository-utils:
Prop Type Description
ignore-folders Array Define the folders to be ignored to the git.
Example settings
{
	"emirdeliz-dart-multiple-repository-utils": {
		"ignore-folders": ["folder-1, folder-2, folder-3"]
	}
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft