0 purchases
dart code metrics annotations
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
copied to clipboard
or:
flutter pub add dart_code_metrics_annotations
copied to clipboard
Enable rules that rely on DCM annotations and add those annotations to your code.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.