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

Dart Dependency Scanner for local projects in a workspace. Allows automated upgrades, pug get and more.

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

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
30
pub points
0%
popularity

Publisher

unverified uploader

Dart Dependency Scanner for local projects in a workspace. Allows automated upgrades, pug get and more.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

path, pub_client, pub_semver, pubspec, swiss_knife

More

Packages that depend on dependency_scanner