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

Codebase intelligence for Dart & Flutter: finds project-wide unused public API (dead code) behind a baseline/ratchet CI gate. More rules on the roadmap.

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

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 project-wide unused public API (dead code) behind a baseline/ratchet CI gate. More rules on the roadmap.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, args, crypto, glob, path, yaml

More

Packages that depend on loam