dependency_scanner 1.0.3 copy "dependency_scanner: ^1.0.3" to clipboard
dependency_scanner: ^1.0.3 copied to clipboard

outdated

Dart Dependency Scanner for local projects in a workspace.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dependency_scanner

Use it

The package has the following executables:

$ depscan

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dependency_scanner

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

dependencies:
  dependency_scanner: ^1.0.3

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_scanner/dependency_scanner.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Dart Dependency Scanner for local projects in a workspace.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

path, pub_client, pub_semver, pubspec, swiss_knife

More

Packages that depend on dependency_scanner