You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 maybe pubspec-wildcard) version similar to pubspec that uses the SDK lowest bound in the pubspec, but without the patch version.
The text was updated successfully, but these errors were encountered:
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:
3.1
in the list of SDKspubspec-minor
(or maybepubspec-wildcard
) version similar topubspec
that uses the SDK lowest bound in the pubspec, but without the patch version.The text was updated successfully, but these errors were encountered: