anti_screenshot_guard 1.0.4
anti_screenshot_guard: ^1.0.4 copied to clipboard
A Flutter plugin to prevent screenshots and detect screenshot events on Android and iOS.
Changelog #
1.0.3 - 2026-02-16 #
- Updated iOS implementation
- Added Swift Package Manager support
- Updated dependencies
1.0.0 - 2026-02-16 #
- Initial release
- Android screenshot prevention using FLAG_SECURE
- iOS screenshot detection using UIApplication.userDidTakeScreenshotNotification
- SecureScreen widget with blur and callback support
- Event-based screenshot listener API