Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T08:16:44.000Z (almost 4 years ago)
- Last Synced: 2024-12-06T07:07:55.162Z (28 days ago)
- Topics: dart-analysis, pana-visual
- Language: Dart
- Homepage: https://pana.codemagic.app/
- Size: 133 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![preview](doc/splash.png)
# Pana Visual
[![Pub](https://img.shields.io/pub/v/pana_html.svg)](https://pub.dartlang.org/packages/pana_html)
[![Platform](https://img.shields.io/badge/platform-mac%7Cwin%7Clinux-blue)](https://github.com/hacktons/pana_visual)
[![Codemagic build status](https://api.codemagic.io/apps/5e4018f435303b17abf89edd/5e4018f435303b17abf89edc/status_badge.svg)](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:
![](doc/cli.png)### 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).
![](doc/sample.png)
## 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/)