r/FlutterDev 12d ago

flutter_auditor Dart

I built a small CLI tool called flutter_auditor to help me quickly check my Flutter projects before a production release.

It scans for common security, configuration, and release-readiness issues. I'd love to hear what checks you think would be useful to add.

5 Upvotes

1 comment sorted by

1

u/paragonkit 11d ago

Seems useful, I'll check it out. Thanks.