carapacik_lints 1.1.2 copy "carapacik_lints: ^1.1.2" to clipboard
carapacik_lints: ^1.1.2 copied to clipboard

Super lint rules for Flutter project

pub package

This package contains a recommended set of lints for Flutter apps, packages, and plugins to encourage good coding practices.

Install #

Add carapacik_lints as dependency to your pubspec.yaml.

dev_dependencies:
  carapacik_lints: ^1.1.2

or

dev_dependencies:
  carapacik_lints:
    git:
      url: https://github.com/Carapacik/carapacik_lints.git

Create an analysis_options.yaml file at the root of the project with the following content:

include: package:carapacik_lints/analysis_options.yaml