screenshot_blocker 0.1.0
screenshot_blocker: ^0.1.0 copied to clipboard
A Flutter plugin to prevent screenshots and screen recording for Android.
screenshot_blocker #
A Flutter plugin to prevent screenshots and screen recordings on Android by setting the native FLAG_SECURE flag on the app window.
Features #
- Prevent screenshots and screen recordings on Android devices
- Easy to enable or disable screenshot blocking at runtime
- Minimal setup required
- Lightweight and focused on Android platform
Installation #
Add this to your pubspec.yaml:
dependencies:
screenshot_blocker: ^0.1.0