zeba_academy_security 1.0.2
zeba_academy_security: ^1.0.2 copied to clipboard
Advanced mobile security plugin for Flutter apps including root detection, emulator detection, screenshot blocking, SSL pinning, API encryption and tamper detection.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project follows Semantic Versioning.
1.0.2 Initial Release #
Added #
- Root detection for Android devices
- Emulator detection to identify virtual devices
- Screenshot blocking to protect sensitive app screens
- Screen recording protection utilities
- SSL pinning support for secure network communication
- API request encryption utilities
- Basic app tamper detection support
- Flutter plugin structure with Android platform implementation
- Example application demonstrating security checks
- Unit and integration test setup
- Documentation and usage examples in README
Security #
- Prevent screenshots using Android secure window flag
- Detect rooted environments to avoid running on compromised devices
- Enable certificate validation for secure API communication
Developer Experience #
- Clean Flutter plugin architecture
- Easy-to-use Dart API
- Simple integration for Flutter apps
- Example project included for quick testing
