dartograph 0.2.0 copy "dartograph: ^0.2.0" to clipboard
dartograph: ^0.2.0 copied to clipboard

Evidence-backed dependency graph analysis for Dart and Flutter codebases.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dartograph

Use it

The package has the following executables:

$ dartograph

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartograph

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

dependencies:
  dartograph: ^0.2.0

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:dartograph/dartograph.dart';
0
likes
0
points
195
downloads

Publisher

unverified uploader

Weekly Downloads

Evidence-backed dependency graph analysis for Dart and Flutter codebases.

Homepage
Repository (GitHub)
View/report issues

Topics

#analysis #cli #dependencies #flutter #graph

License

unknown (license)

Dependencies

analyzer, crypto, path, yaml

More

Packages that depend on dartograph