Feature request: lint about imports not in your direct dependencies #42286
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
type-enhancement
A request for a change that isn't a bug
pub publish
will bark at you if you try to publish with an import from a transitive dependency.But it would be nice to get an upfront alert from a lint that you are importing from a package that is not in the direct dependencies in your pubspec.yaml.
The text was updated successfully, but these errors were encountered: