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
melos bootstrap --flavor [flavorName]
As a developer, I would like to override some dependencies thanks to the pubspec_overrides.yaml files.
pubspec_overrides.yaml
Given some declarations in melos.yaml or in local pubspec.yaml files, running the bootstrap command would generate the right overrides.
melos.yaml
pubspec.yaml
It would tackle some issues created in the flutter project (flutter/flutter#46979).
I think melos could be the right place for such feature as it is the go-to tool for managing monorepos and local dependencies.
melos
No response
The text was updated successfully, but these errors were encountered:
How do you suggest that this config would look like?
Sorry, something went wrong.
No branches or pull requests
Is there an existing feature request for this?
Command
melos bootstrap --flavor [flavorName]
Description
As a developer, I would like to override some dependencies thanks to the
pubspec_overrides.yaml
files.Given some declarations in
melos.yaml
or in localpubspec.yaml
files, running the bootstrap command would generate the right overrides.Reasoning
It would tackle some issues created in the flutter project (flutter/flutter#46979).
I think
melos
could be the right place for such feature as it is the go-to tool for managing monorepos and local dependencies.Additional context and comments
No response
The text was updated successfully, but these errors were encountered: