https://github.com/hacktons/pana_visual
Visualize the output of pana. Used for dart developer to preview the score before publish
https://github.com/hacktons/pana_visual
dart-analysis pana-visual
Last synced: 9 months ago
JSON representation
Visualize the output of pana. Used for dart developer to preview the score before publish
- Host: GitHub
- URL: https://github.com/hacktons/pana_visual
- Owner: hacktons
- License: apache-2.0
- Created: 2020-02-09T12:43:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T08:16:44.000Z (about 5 years ago)
- Last Synced: 2025-03-16T04:34:04.728Z (12 months ago)
- Topics: dart-analysis, pana-visual
- Language: Dart
- Homepage: https://pana.codemagic.app/
- Size: 133 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# Pana Visual
[](https://pub.dartlang.org/packages/pana_html)
[](https://github.com/hacktons/pana_visual)
[](https://codemagic.io/apps/5e4018f435303b17abf89edd/5e4018f435303b17abf89edc/latest_build)
Preview the health and quality of a Dart/Flutter package before publish.
## How to use
`Pana Visual` is designed for developer, you can use as cli directly or online;
### Command line interface
Install `pana_html` with pub.
```dart
pub global activate pana_html
```
After pub installation, execute `panahtml` under project root:

### Pana Visual Online
Use [pana](https://pub.dev/packages/pana) to evaluate your Dart/Flutter project;
```dart
pana --scores --source path $project_path >app.json
```
>You should already installed pana on local machine; If not, execute the script below:
```dart
pub global activate pana
```
Then upload json output at [Pana Visual Online](https://pana.codemagic.app).

## License
This project is open source under [license](LICENSE).
> The flare animation is designed by [@anwar907](https://rive.app/a/anwar907) under [CC 4.0 license](https://creativecommons.org/licenses/by/4.0/)