Skip to content

hacktons/pana_visual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pana Visual

Preview the health and quality of a Dart/Flutter package before publish.

How to use

0x1 Evaluate project

Use pana to evaluate your Dart/Flutter project before push to pub.dev;

pana --scores --source path $project_path >app.json

You should already installed pana on local machine; If not, execute the script below:

pub global activate pana

Example
pana will evaluate the project under ./, and redirect the output to app.json.

pana --scores --source path ./ >app.json 

0x2 Upload the result

We've host pana visual to https://pana.codemagic.app

0x3 Review & Fix issues

Review the report, then fix all suggestions and errors;

License

This project is open source under license.

The flare animation is designed by @anwar907 under CC 4.0 license

About

Visualize the output of pana. Used for dart developer to preview the score before publish

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published