We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
any
pubspec.yaml files technically support any as a possible version:
pubspec.yaml
some_dep: any some_dep2: some_dep3: hosted: name: some_dep3 url: https://some_url.org
While this is valid for development use cases, this will fail during publish to pub, and would be nice if dependency_validator could catch
Consider this as an opt-in functionality
The text was updated successfully, but these errors were encountered:
This work was spiked out in this closed pr: #97
Sorry, something went wrong.
No branches or pull requests
pubspec.yaml
files technically supportany
as a possible version:While this is valid for development use cases, this will fail during publish to pub, and would be nice if dependency_validator could catch
Consider this as an opt-in functionality
The text was updated successfully, but these errors were encountered: