screen_security 1.1.0 copy "screen_security: ^1.1.0" to clipboard
screen_security: ^1.1.0 copied to clipboard

A zero-dependency Flutter plugin to prevent screen capturing and recording on iOS and Android.

1.1.0 #

  • Added internationalization (i18n) to the example app using gen-l10n.
  • Example app now supports English (en) and Thai (th) locales.
  • Replaced all hardcoded UI strings in the example app with AppLocalizations generated getters.
  • Improved error handling in the example app: errors are shown via SnackBar (mounted-safe) instead of inline state.
  • Added Known Issues section to README: AGP bug with Thai Buddhist Calendar locale during Android builds.

1.0.0 #

  • Initial release.
  • Prevent screen capturing and recording on iOS and Android.
  • Android: FLAG_SECURE via ActivityAware interface.
  • iOS: Secure UITextField layer injection — no camera-black-screen conflict.
  • Simple enable() / disable() Dart API.
0
likes
150
points
1.3k
downloads

Documentation

API reference

Publisher

verified publisherkidpech.app

Weekly Downloads

A zero-dependency Flutter plugin to prevent screen capturing and recording on iOS and Android.

Repository (GitHub)
View/report issues

Topics

#screen-security #screenshot-prevention #screen-capture #security

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on screen_security

Packages that implement screen_security