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

Libraries