🌋 A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
Hey all, Im wondering how dependency versioning works in melos. I cannot seem to find it in the documentation apart from a TODO. Would like to be able to declare dependencies (and dart/flutter environment constraints) that are then applied to all pubspecs.
Do you mean add common dependencies in one place and they will be added to all the pubspecs of the packages? I guess it's not possible to achieve that with melos.
Hey all, Im wondering how dependency versioning works in melos. I cannot seem to find it in the documentation apart from a TODO. Would like to be able to declare dependencies (and dart/flutter environment constraints) that are then applied to all pubspecs.