mgenware_dart_lints 4.1.0 copy "mgenware_dart_lints: ^4.1.0" to clipboard
mgenware_dart_lints: ^4.1.0 copied to clipboard

Dart lint rules used in Mgenware.

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