Dart Lintz
How to enable these lints
-
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>
Add this to your analysis_options.yaml
include: package:dart_lintz/dart_lintz.yaml
dart fix --dry-run
dart fix --apply --code <the lint to fix>