util/dart_version_util library

Classes

ProjectDartVersionHint
Optional dartVersion for deploy. It only checks constraint syntax. The GC server will resolve it to a supported dart image tag.

Functions

ensureValidVersionConstraint(String value, {String? sourceDescription}) → void
Throws FailureException if value is not a parseable VersionConstraint.