dartrics 0.4.0 copy "dartrics: ^0.4.0" to clipboard
dartrics: ^0.4.0 copied to clipboard

Citation-anchored Dart code-quality metrics (CK, Halstead, McCabe, Martin, Cognitive) plus Periphery-style unused public-API detection, shaped for AI refactor loops.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dartrics

Use it

The package has the following executables:

$ dartrics

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartrics

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dartrics: ^0.4.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dartrics/dartrics.dart';
0
likes
0
points
831
downloads

Publisher

verified publisherkoji-1009.com

Weekly Downloads

Citation-anchored Dart code-quality metrics (CK, Halstead, McCabe, Martin, Cognitive) plus Periphery-style unused public-API detection, shaped for AI refactor loops.

Repository (GitHub)
View/report issues

Topics

#metrics #lint #analyzer #ai #quality

License

unknown (license)

Dependencies

analysis_server_plugin, analyzer, args, crypto, dapper, glob, io, logging, meta, path, pool, yaml

More

Packages that depend on dartrics