data/unused_dependency_ignore_list library

Constants

unusedDependencyIgnoreList → const Set<String>
Packages that are legitimately declared in pubspec.yaml without ever being imported in Dart source — e.g. asset/font-only packages, or code-generation tools invoked via the command line rather than an API. Excluded from DependencyHygieneAudit's unused-dependency check to avoid false positives.