privacy_mask 1.0.0 copy "privacy_mask: ^1.0.0" to clipboard
privacy_mask: ^1.0.0 copied to clipboard

A lightweight Flutter widget to protect sensitive content by preventing screenshots and screen recording at the OS level on Android and iOS.

1.0.0 #

  • Initial release of privacy_mask.
  • Added PrivacyMask widget for easy UI integration.
  • Implementation of Android FLAG_SECURE to block screenshots and screen recording.
  • Implementation of iOS isSecureTextEntry layer hack to blackout recordings and snapshots.
  • Automatic lifecycle management (protection toggles off when widget is disposed).
1
likes
0
points
186
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter widget to protect sensitive content by preventing screenshots and screen recording at the OS level on Android and iOS.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on privacy_mask

Packages that implement privacy_mask