dependency_visitor 0.1.2 dependency_visitor: ^0.1.2 copied to clipboard
Visits root package, transitive and immediate dependencies in order to search given file.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dependency_visitor
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
dependency_visitor: ^0.1.2
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:dependency_visitor/dependency_visitor.dart';