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

Codebase intelligence for Dart & Flutter: unused public API, circular deps, code duplicates, complexity hotspots, empty catch, unjustified ignores, narrative comments and a11y.

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.11

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: unused public API, circular deps, code duplicates, complexity hotspots, empty catch, unjustified ignores, narrative comments and a11y.

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