melos package manager support #25989
Labels
new package manager
New package manager support
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
Discussed in #25956
Originally posted by spydon November 24, 2023
Tell us more.
Feature description
Many Dart and Flutter projects use Melos to handle their monorepos and from version 3.2.0 Melos supports specifying shared dependencies in the
melos.yaml
file.These dependencies are specified in the same manner as in the
pubspec.yaml
file except that they are a subsection of thebootstrap
section, so it should be fairly trivial to re-use the already existing code for updating the normalpubspec.yaml
files.Example of a file with such shared dependencies:
https://github.com/flame-engine/flame/blob/main/melos.yaml#L16-L25
The text was updated successfully, but these errors were encountered: