We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds or modifies a package in dependencies within pub spec.yaml files.
This command can replace package version references in pubspec.yaml files with a path to the local copy of the package.
This allows you to work on package source code locally and test it, before publishing it again.
mt package needs the functionality to reverse this - replace relative path with bumped version number.
mt package needs functionality to remove package altogether.
The text was updated successfully, but these errors were encountered:
Subcommands:
mt package add mt package link mt package unlink mt package remove
Sorry, something went wrong.
Use pub api to see if package is a valid one?
No branches or pull requests
Adds or modifies a package in dependencies within pub spec.yaml files.
This command can replace package version references in pubspec.yaml files with a path to the local copy of the package.
This allows you to work on package source code locally and test it, before publishing it again.
mt package needs the functionality to reverse this - replace relative path with bumped version number.
mt package needs functionality to remove package altogether.
The text was updated successfully, but these errors were encountered: