DCM Annotations
DCM is an advanced linter for Dart and Flutter that helps you analyze and improve your code quality. You can find all available lint rules here.
How to use annotations
Take these steps to use annotations:
-
Install this package as a regular dependency:
dart pub add dart_code_metrics_annotations
or:
flutter pub add dart_code_metrics_annotations
-
Enable rules that rely on DCM annotations and add those annotations to your code.