Skip to content

Latest commit

Β 

History

History
14 lines (8 loc) Β· 586 Bytes

README.md

File metadata and controls

14 lines (8 loc) Β· 586 Bytes

πŸ“Έ Flutter Screenshot Protection

This application prevents or allows screen capture without using any packages. The native code is written in Kotlin.

Description πŸ“

  • Screenshot Protection Enabled: It is not possible to take screenshots.
  • Screenshot Protection Disabled: It is possible to take screenshots.

This project demonstrates how to control screenshot functionality in a Flutter app using native Kotlin code, without relying on any external packages.

Usage πŸ“‹

To enable or disable screenshot protection, follow the instructions provided in the code.