zeba_academy_local_security 0.0.1
zeba_academy_local_security: ^0.0.1 copied to clipboard
Offline app protection (screenshot, recording detection, app lock, background security)
๐ Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2026-04-07 #
๐ Initial Release #
โจ Added
- ๐ธ Screenshot detection support (Android)
- ๐ฅ Screen recording protection using FLAG_SECURE
- ๐ App lock system using biometric/device authentication
- ๐ Background protection to hide UI when app is inactive
- โก Lightweight and modular architecture
๐งช Testing
- Basic unit tests for SecurityManager
- AppLock authentication test
- Widget test for BackgroundProtection
โ๏ธ Platform Support
- Android: Full feature support
- iOS: Limited support (no screenshot/recording detection)
๐ฆ Package Structure
- Core library export file
- Modular src architecture
- Clean separation of concerns
๐ฎ Upcoming (Planned) #
0.1.0 #
- ๐ PIN-based lock system
- ๐ง Intruder detection (selfie capture)
- โฑ๏ธ Auto-lock timeout system
- ๐จ Custom lock screen UI
0.2.0 #
- ๐ก๏ธ Advanced screen recording detection (if OS permits)
- ๐ Security event logs
- ๐ Real-time alert overlays
1.0.0 #
- ๐ Stable production release
- ๐ Complete documentation
- ๐งช 100% test coverage
- ๐ Full platform optimization
๐ Notes #
- This package follows an offline-first security approach.
- Some features are limited by platform restrictions (especially iOS).
- Contributions and feedback are welcome to improve the package.
๐จโ๐ป Maintained By #
Sufyan bin Uzayr Open-source developer & creator of Zeba Academy
Thank you for using zeba_academy_local_security! ๐