flutter_audit 1.0.2 copy "flutter_audit: ^1.0.2" to clipboard
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 LICENSE file required by pub.dev.
  • Added .pubignore so 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, and meta dependencies from pubspec.yaml.
  • Updated repository and issue_tracker metadata in pubspec.yaml.
  • Removed dead test/fixtures/sample_project/ directory.
  • Documented dart pub global activate as the recommended install in README.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-error flag for CI integration.
3
likes
145
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Static analysis CLI for Flutter projects. Audits performance, memory safety, security, API hygiene, architecture, UI quality, and code quality in one shot.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, args, mason_logger, path

More

Packages that depend on flutter_audit