dartograph 0.7.0 copy "dartograph: ^0.7.0" to clipboard
dartograph: ^0.7.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

With Flutter:

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

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#analysis #cli #dependencies #flutter #graph

License

MIT (license)

Dependencies

analyzer, crypto, path, yaml

More

Packages that depend on dartograph