pana 0.22.20 copy "pana: ^0.22.20" to clipboard
pana: ^0.22.20 copied to clipboard

PAckage aNAlyzer - produce a report summarizing the health and quality of a Dart package.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pana
copied to clipboard

Use it

The package has the following executables:

$ pana
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pana
copied to clipboard

With Flutter:

 $ flutter pub add pana
copied to clipboard

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

dependencies:
  pana: ^0.22.20
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:pana/pana.dart';
copied to clipboard
125
likes
140
points
85.8k
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

2024.09.13 - 2025.03.28

PAckage aNAlyzer - produce a report summarizing the health and quality of a Dart package.

Repository (GitHub)
Contributing

Topics

#tool #analysis

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, args, async, cli_util, collection, crypto, html, http, io, json_annotation, lints, logging, markdown, meta, path, pub_semver, pubspec_parse, retry, safe_url_check, source_span, string_scanner, tar, test, yaml

More

Packages that depend on pana