dependency_lens 0.1.3 copy "dependency_lens: ^0.1.3" to clipboard
dependency_lens: ^0.1.3 copied to clipboard

Platformweb

Flutter DevTools extension and CLI for visualizing local module dependencies and detecting cycles.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dependency_lens

Use it

The package has the following executables:

$ dependency_lens

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dependency_lens

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

dependencies:
  dependency_lens: ^0.1.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dependency_lens/dependency_lens.dart';
0
likes
160
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter DevTools extension and CLI for visualizing local module dependencies and detecting cycles.

Repository (GitHub)
View/report issues

Topics

#architecture #dependencies #devtools #monorepo #modules

License

MIT (license)

Dependencies

args, dependency_lens_core, devtools_app_shared, devtools_extensions, dtd, flutter, path

More

Packages that depend on dependency_lens