u/Commercial-Pop-558

▲ 12 r/Firebase+1 crossposts

Was tired of stale feature flags cluttering our codebase with no way to know which ones were still in Firebase. Built feature_flag_audit it scans your Flutter code, finds all feature flag keys, and compares them against your actual Remote Config. Catches dead flags, missing keys, and undocumented ones.

Would love feedback from anyone dealing with feature flag sprawl.
pub.dev link: https://pub.dev/packages/feature_flag_audit

u/Commercial-Pop-558 — 25 days ago