zeba_academy_app_clone_detector 0.0.1
zeba_academy_app_clone_detector: ^0.0.1 copied to clipboard
Detect app cloning, tampering, and unofficial installs.
Changelog for zeba_academy_app_clone_detector #
All notable changes to this project will be documented in this file.
0.0.1 - 2026-04-04 #
Added #
- Initial release of zeba_academy_app_clone_detector Flutter package.
- Implemented signature verification.
- Implemented package name spoof detection.
- Implemented Play Store install verification.
- Implemented detection of multiple installs / parallel apps.
- Added Dart API wrapper with
MethodChannel. - Added combined safety check method
isAppSafe. - Included mocked unit tests for all methods.
- Added README documentation with usage instructions.
Fixed #
- N/A (initial release)
Notes #
- Android native implementation required for full functionality.
- iOS support not included in v0.0.1.