dart_class_analyzer 0.1.6 copy "dart_class_analyzer: ^0.1.6" to clipboard
dart_class_analyzer: ^0.1.6 copied to clipboard

Dart Class Analyzer

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dart_class_analyzer

Use it

The package has the following executables:

$ count_methods

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_class_analyzer

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

dependencies:
  dart_class_analyzer: ^0.1.6

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:dart_class_analyzer/dart_class_analyzer.dart';
9
likes
120
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

Dart Class Analyzer

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, collection, logging

More

Packages that depend on dart_class_analyzer