dependency_validator 4.1.2 copy "dependency_validator: ^4.1.2" to clipboard
dependency_validator: ^4.1.2 copied to clipboard

Checks for missing, under-promoted, over-promoted, and unused dependencies.

example/example.md

Either globally activate this package or add it as a dev_dependency. Then run:

# If installed as a dependency:
$ dart run dependency_validator

# If globally activated:
$ dart pub global run dependency_validator

If needed, configure dependency_validator in your pubspec.yaml:

# pubsec.yaml
dependency_validator:
  # Exclude one or more paths from being scanned.
  # Supports glob syntax.
  exclude:
    - "app/**"
  # Ignore one or more packages.
  ignore:
    - analyzer
244
likes
130
points
438k
downloads

Publisher

verified publisherworkiva.com

Weekly Downloads

Checks for missing, under-promoted, over-promoted, and unused dependencies.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

unknown (license)

Dependencies

analyzer, args, build_config, checked_yaml, glob, io, json_annotation, logging, package_config, path, pub_semver, pubspec_parse, yaml

More

Packages that depend on dependency_validator