dart_code_metrics_annotations 1.0.0 copy "dart_code_metrics_annotations: ^1.0.0" to clipboard
dart_code_metrics_annotations: ^1.0.0 copied to clipboard

Annotations for DCM.

Pub Version License package publisher

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:

  1. Install this package as a regular dependency:

    dart pub add dart_code_metrics_annotations
    

    or:

    flutter pub add dart_code_metrics_annotations
    
  2. Enable rules that rely on DCM annotations and add those annotations to your code.