dart_lintz 1.2.3
SDKdartflutter
Platformandroidioswindowslinuxmacosweb
A very strict set of Dart lint rules. Inspired by the likes of Java and Apex.
Dart Lintz
How to enable these lints
- Add this to your
pubspec.yaml
dev_dependencies:
dart_lintz: ^1.2.3
- Add this to your
analysis_options.yaml
include: package:dart_lintz/dart_lintz.yaml
How to fix lints
dart fix --dry-run
dart fix --apply --code <the lint to fix>