Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 970 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 970 Bytes

Softeq Flutter Lints

Lint rules for Dart and Flutter used internally at Softeq.

This package is built on top of Dart/Flutter's recommended set of lints from package:flutter_lints.

Note: This package was heavily inspired by pedantic.

Usage

To use the lints, add as a dev dependency in your pubspec.yaml:

dev_dependencies:

  flutteq_lints:
    git:
      url: https://github.com/Softeq/flutteq_lints.git
      ref: v1.1.0

Then, add an include in analysis_options.yaml:

include: package:flutteq_lints/analysis_options.yaml

Resources