dart_dependency_analyzer 0.0.1
dart_dependency_analyzer: ^0.0.1 copied to clipboard
A command line program to analyze dependency problems and blocking packages.
import 'package:dart_dependency_analyzer/dart_dependency_analyzer.dart';
void main(List<String> arguments) {
// This is a placeholder for an example of how to use the dart_dependency_analyzer.
// You would typically run this tool from the command line, not import it directly.
// See the Usage section in README.md for command-line examples.
}