Last updated:
0 purchases
mgenware dart lints
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
copied to clipboard
Flutter:
flutter pub add --dev mgenware_dart_lints
copied to clipboard
Create a analysis_options.yaml and include this package.
Dart:
include: package:mgenware_dart_lints/lints.yaml
copied to clipboard
Flutter:
include: package:mgenware_dart_lints/flutter_lints.yaml
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.