flutter_screenshot_guard 1.0.0
flutter_screenshot_guard: ^1.0.0 copied to clipboard
Secure screen protection for fintech apps. Disable screenshots, disable screen recording, and blur app when in background. Essential for banking, wallet, and password apps.
1.0.0 #
- Initial release.
- Disable screenshots: Android via
FLAG_SECURE; iOS via blur when capture/background. - Disable screen recording: Android via
FLAG_SECURE; iOS blur whenUIScreen.isCaptured. - Blur app when in background: Overlay on app switcher / recents (Android & iOS).
- Optional blur intensity (0.0–1.0).
- APIs:
enableSecureMode,disableSecureMode,enableScreenshotBlocking,disableScreenshotBlocking,enableBlurOnBackground,disableBlurOnBackground,setBlurIntensity.