Open
Description
Now that setup-dart has wildcard version specifiers, mono_repo
should be updated to support them. So we don't have to regenerate files to use each latest patch SDK version.
It should:
- Accept wildcard versions such as
3.1
in the list of SDKs - Accept a new
pubspec-minor
(or maybepubspec-wildcard
) version similar topubspec
that uses the SDK lowest bound in the pubspec, but without the patch version.