dep_graph_visualizer 1.0.1 copy "dep_graph_visualizer: ^1.0.1" to clipboard
dep_graph_visualizer: ^1.0.1 copied to clipboard

discontinuedreplaced by: arch_guard

A CLI tool and Dart library to scan projects, detect circular dependencies using Tarjan's algorithm, and export visual graphs.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dep_graph_visualizer

Use it

The package has the following executables:

$ dep_graph_visualizer

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dep_graph_visualizer

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

dependencies:
  dep_graph_visualizer: ^1.0.1

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:dep_graph_visualizer/dep_graph_visualizer.dart';
1
likes
0
points
227
downloads

Publisher

verified publisherpiyushanand.in

Weekly Downloads

A CLI tool and Dart library to scan projects, detect circular dependencies using Tarjan's algorithm, and export visual graphs.

Repository (GitHub)
View/report issues

Topics

#cli #static-analysis #developer-tools #dependency-graph

License

unknown (license)

Dependencies

args, glob, path, yaml

More

Packages that depend on dep_graph_visualizer