dep_graph_visualizer 1.1.2 copy "dep_graph_visualizer: ^1.1.2" to clipboard
dep_graph_visualizer: ^1.1.2 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

With Flutter:

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

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

Documentation

API reference

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.

Topics

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

License

MIT (license)

Dependencies

args, glob, path, yaml

More

Packages that depend on dep_graph_visualizer