Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 840 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 840 Bytes

Camus Lint Rules

pub package

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

  1. Depend on this package as a dev_dependency by running flutter pub add --dev camus_lints.
  2. Create an analysis_options.yaml file at the root of the package (alongside the pubspec.yaml file) and include: package:camus_lints/camus.yaml from it.

Reference