Closed
Description
Hi.
At our project we did not use matcher directly but we depend on it from quiver
and test
packages.
Recently after pub upgrade
unit tests at our project failed, because of strong mode errors. pub upgrade
bring new version of matcher. Method signatures was changed at:
dart-archive/matcher#61
Is it possible to use semver for such changes, because it can break external projects?