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.
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