purple_lints 0.4.0 copy "purple_lints: ^0.4.0" to clipboard
purple_lints: ^0.4.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.

purple_lints #

Overview #

This package contains set of custom rules that can be used both in pure Dart and Flutter projects.

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.

For integration with Dart Code Metrics, see purple_metrics_lints.

Installation #

Create analysis_options.yaml file

include: package:purple_lints/purple_lints.yaml
4
likes
130
pub points
41%
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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on purple_lints