dependency_validator icon indicating copy to clipboard operation
dependency_validator copied to clipboard

A tool to help you find missing, under-promoted, over-promoted, and unused dependencies.

Results 24 dependency_validator issues
Sort by recently updated
recently updated
newest added

## Motivation I noticed analyzer was being resolved to a lower version than available, it's causing warnings in the build runner for freezed. ## Changes I opened the depended-on analyzer...

Merge Requirements Unmet

Is it possible to get output as JSON ?

Readme stats to use the command `pub run dependency_validator` but it didn't work for me https://github.com/Workiva/dependency_validator#usage Found that `dart run dependency_validator` is working

For some reason, we want to ignore "These packages are used outside lib/ but are not dev_dependencies" case. Is it possible add a config that ignore this check and return...

Close #86 ## Motivation ## Changes #### Release Notes ## Review _[See CONTRIBUTING.md][contributing-review-types] for more details on review types (+1 / QA +1 / +10) and code review process._ Please...

Merge Requirements Unmet

For example: ``` /mypackage ...some code... /example ...some code... pubspec.yaml pubspec.yaml ``` then when considering mypackage, should not consider files in `example` subpackage

Hi thanks for the package! It seems that many can be automatically fixed. Maybe directly edit pubspec yaml, or use command like `dart pub add`.

``` dev_dependencies: flutter_native_splash: ^1.2.3 ``` This show error: ``` The following packages contain executables, they are assumed to be used: * flutter_native_splash ``` What does it mean and how to...

Currently, we detect dependency usages with regex matching. This is fast, but can produce false positives (#21). It's also separate tool that needs to be run manually and added to...

## Purpose The following pull request has been created by App Frameworks to help move consumers to the latest Smithy image. This was done because of an issue with Dartium...

Merge Requirements Unmet