📵 screenshot_blocker

A Flutter plugin to prevent screenshots and screen recordings on Android, and to detect when a screenshot is taken on iOS.


✨ Features

  • ✅ Android

    • Prevent screenshots and screen recordings using FLAG_SECURE
    • Dynamically enable or disable screenshot blocking
  • ✅ iOS

    • Detect when a screenshot is taken using system notifications
  • 🚫 Web

    • Not supported yet (due to platform limitations)

✅ Important note:

dispose.png

📸 Example Code:

full_code.png


🧩 Installation

Add the package to your pubspec.yaml:

dependencies:
  screenshot_blocker: ^0.3.0