flutter_audit 1.0.2
flutter_audit: ^1.0.2 copied to clipboard
Static analysis CLI for Flutter projects. Audits performance, memory safety, security, API hygiene, architecture, UI quality, and code quality in one shot.
Changelog #
1.0.1 #
- Added MIT
LICENSEfile required by pub.dev. - Added
.pubignoreso generated reports, build cache, and dev artifacts no longer ship with the published archive (drops package size from ~6 MB to ~40 KB). - Fixed terminal reporter category labels to match the actual rule IDs
(
dispose_controllers,cancel_subscriptions, etc.) instead of stale placeholder names. - Trimmed unused
glob,yaml, andmetadependencies frompubspec.yaml. - Updated
repositoryandissue_trackermetadata inpubspec.yaml. - Removed dead
test/fixtures/sample_project/directory. - Documented
dart pub global activateas the recommended install inREADME.md.
1.0.0 #
- Initial release: 21 audit rules across performance, memory, security, API, architecture, UI, and code quality.
- Terminal, JSON, and self-contained HTML output formats.
--fail-on-errorflag for CI integration.