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

The most necessary lints for Flutter to encourage good coding practices.

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 dev dependency to your pubspec.yaml.

dev_dependencies:
  carapacik_lints: ^1.1.5

or

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

For Flutter 2 and Dart 2.16 use version 1.0.x:

  carapacik_lints: 1.0.6

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

include: package:carapacik_lints/core.yaml
10
likes
0
pub points
57%
popularity

Publisher

verified publishercarapacik.dev

The most necessary lints for Flutter to encourage good coding practices.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on carapacik_lints