carapacik_lints 1.0.3
carapacik_lints: ^1.0.3 copied to clipboard
Super lint rules for Flutter project
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.0.3
Create an analysis_options.yaml
file at the root of the project with the following content:
include: package:carapacik_lints/analysis_options.yaml