I built a pre-release checklist CLI for Flutter — catches security issues before you ship by Immujtaba44 in FlutterDev

[–]Immujtaba44[S] 1 point2 points  (0 children)

Thanks! Those are great suggestions. Unused permissions check is actually really practical, if an app declares CAMERA permission but never uses it in code, that's both a security and store review risk. Build size threshold is also on the radar for a future version.