Preview the health and quality of a Dart/Flutter package before publish.
Use pana to evaluate your Dart/Flutter project before push to pub.dev;
pana --scores --source path $project_path >app.jsonYou should already installed pana on local machine; If not, execute the script below:
pub global activate panaExample
pana will evaluate the project under ./, and redirect the output to app.json.
pana --scores --source path ./ >app.json We've host pana visual to https://pana.codemagic.app
Review the report, then fix all suggestions and errors;
This project is open source under license.
The flare animation is designed by @anwar907 under CC 4.0 license

