purple_metrics_lints 0.5.0 copy "purple_metrics_lints: ^0.5.0" to clipboard
purple_metrics_lints: ^0.5.0 copied to clipboard

List of strict linter rules that can be used both in Dart and Flutter projects to enforce a highly maintainable style that includes additional Dart Code Metric integration.

purple_metrics_lints #

Overview #

This package contains set of custom rules that can be used both in pure Dart and Flutter projects with additional Dart Code Metrics integration.

This package contains all the rules from the purple_lints plus additional dart_code_metrics specific ones.

It is built upon the thought of strictness. Strictness helps to unify the code, avoid runtime problems that are derived from type and mutability-related issues and avoid common pitfalls that developers that came from other languages can stumble upon.

Installation #

Create analysis_options.yaml file

include: package:purple_metrics_lints/purple_metrics_lints.yaml
3
likes
130
pub points
38%
popularity

Publisher

verified publisheryakov.codes

List of strict linter rules that can be used both in Dart and Flutter projects to enforce a highly maintainable style that includes additional Dart Code Metric integration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dart_code_metrics, purple_lints

More

Packages that depend on purple_metrics_lints