dependency_visitor 0.1.0 copy "dependency_visitor: ^0.1.0" to clipboard
dependency_visitor: ^0.1.0 copied to clipboard

outdated

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.0

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';
1
likes
0
pub points
1%
popularity

Publisher

unverified uploader

Visits root package, transitive and immediate dependencies in order to search given file.

Homepage

License

unknown (LICENSE)

Dependencies

effective_dart, equatable, meta, path, pubspec_lock, yaml

More

Packages that depend on dependency_visitor