loam 0.1.13
loam: ^0.1.13 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 loamUse 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 loamWith Flutter:
$ flutter pub add loamThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
loam: ^0.1.13Alternatively, 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';