loam 0.1.12 copy "loam: ^0.1.12" to clipboard
loam: ^0.1.12 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

With Flutter:

 $ flutter 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.12

Alternatively, your editor might support dart pub get or flutter 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
160
points
70
downloads

Documentation

API reference

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
Contributing

Topics

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

License

MIT (license)

Dependencies

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

More

Packages that depend on loam