solid_lints 0.0.6 copy "solid_lints: ^0.0.6" to clipboard
solid_lints: ^0.0.6 copied to clipboard

outdated

Lints for Dart and Flutter based on software industry standards and best practices.

Solid Lints #

style: solid

Flutter/Dart lints configuration based on software engineering industry standards (ISO/IEC, NIST) and best practices.

Usage #

Add dependency in your pubspec.yaml:

dev_dependencies:
  solid_lints: any

And then include solid_lints into your project top-level analysis_options.yaml:

include: package:solid_lints/analysis_options.yaml

Also you can use a specialized rule set designed for Dart tests. Add an analysis_options.yaml file under the test/ directory, and include the ruleset:

include: package:solid_lints/analysis_options_test.yaml

Then you can see suggestions in your IDE or you can run checks manually:

dart analyze;
dart run dart_code_metrics:metrics analyze lib;
dart run dart_code_metrics:metrics check-unused-files lib;
dart run dart_code_metrics:metrics check-unused-l10n lib;

Learn more: https://github.com/dart-code-checker/dart-code-metrics#cli

Badge #

To indicate that your project is using Solid Lints, you can use the following badge:

[![style: solid](https://img.shields.io/badge/style-solid-orange)](https://pub.dev/packages/solid_lints)
49
likes
0
pub points
77%
popularity

Publisher

verified publishersolid.software

Lints for Dart and Flutter based on software industry standards and best practices.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dart_code_metrics

More

Packages that depend on solid_lints