pub package Status

Dart lint rules used in Mgenware. It includes all official recommended Dart lint rules in package:lints/recommended.yaml.

Usage

Install this package:

Dart:

dart pub add --dev mgenware_dart_lints

Flutter:

flutter pub add --dev mgenware_dart_lints

Create a analysis_options.yaml and include this package.

Dart:

include: package:mgenware_dart_lints/lints.yaml

Flutter:

include: package:mgenware_dart_lints/flutter_lints.yaml

Libraries