camus_lints 1.0.1 camus_lints: ^1.0.1 copied to clipboard
A set of lints for Flutter apps, packages, and plugins to encourage good coding practices.
Camus Lint Rules #
This repository contains a set of lint rules for [Flutter] apps, packages, and plugins to encourage good coding practices.
This package is built on top of Flutter's lints from package:flutter_lints.
Usage #
- Depend on this package as a dev_dependency by running
flutter pub add --dev camus_lints
. - Create an
analysis_options.yaml
file at the root of the package (alongside thepubspec.yaml
file) andinclude: package:camus_lints/camus.yaml
from it.