If you discover a security vulnerability within Flutter Inspector, please send an email to the maintainers. All security vulnerabilities will be promptly addressed.
Flutter Inspector is designed to be debug-only:
- Only active in debug mode (
kDebugMode = true) - Automatically disabled in release builds
- No code included in production apps
- No network requests
- No data collection
- Inspector does not collect or transmit user data
- All inspection happens locally on device
- No external services required
- No analytics or tracking
When using Flutter Inspector:
- Never use in production - Only use during development
- Remove before release - Inspector is auto-disabled, but verify
- Don't expose sensitive info - Inspector shows UI elements only
- Keep dependencies updated - Use latest stable versions
| Version | Supported |
|---|---|
| 1.0.x | ✅ |
| < 1.0 | ❌ |
For security concerns, please contact the maintainers directly.