pana 0.8.2 pana: ^0.8.2 copied to clipboard
Evaluate the health and quality of a Dart package
A library for analyzing Dart packages.
- Validates the code using Dart Analyzer.
- Checks code formatting.
- Checks for outdated dependencies.
- Infers supported platforms: Flutter, web, and/or server.
Used by the Dart Package site.
Use as an executable #
Installation #
> pub global activate pana
Usage #
Usage: pana [<options>] <package> [<version>]
Options:
-j, --json Output log items as JSON.
--hosted-url The server that hosts <package>.
(defaults to "https://pub.dartlang.org")