prevent_app_screen 0.0.1
prevent_app_screen: ^0.0.1 copied to clipboard
A Flutter plugin to prevent screenshots and screen recordings on Android and iOS.
0.0.1 #
- Initial release (renamed to prevent_app_screen).
- Support for preventing screenshots and screen recordings on Android and iOS.
- Android implementation using WindowManager.LayoutParams.FLAG_SECURE.
- iOS implementation using secure UITextField layer trick.
- iOS App Switcher blurring for increased privacy.