loam 0.1.9 copy "loam: ^0.1.9" to clipboard
loam: ^0.1.9 copied to clipboard

Codebase intelligence for Dart & Flutter: finds unused public API, circular dependencies and complexity hotspots behind a baseline/ratchet CI gate.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate loam

Use it

The package has the following executables:

$ loam

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add loam

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

dependencies:
  loam: ^0.1.9

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:loam/loam.dart';
1
likes
0
points
70
downloads

Publisher

verified publishergetloam.dev

Weekly Downloads

Codebase intelligence for Dart & Flutter: finds unused public API, circular dependencies and complexity hotspots behind a baseline/ratchet CI gate.

Homepage
Repository (GitHub)
View/report issues

Topics

#cli #static-analysis #code-quality #analyzer #developer-tools

License

unknown (license)

Dependencies

analyzer, args, crypto, glob, path, pub_semver, yaml

More

Packages that depend on loam