anti_screenshot 1.0.5
anti_screenshot: ^1.0.5 copied to clipboard
A Flutter package to prevent screenshots and screen recording on Android & iOS, ensuring complete privacy.
Changelog #
All notable changes to this project will be documented in this file.
1.0.5 - 2025-03-26 #
Initial Release 🚀 #
- Implemented three protection modes: black, blur, and block
- Android Support: Used
FLAG_SECUREand Media Projection API monitoring - iOS Support: Used
UIScreen.isCapturedand secure window features - Created a comprehensive example application
- Added detailed documentation for easy integration