zeba_academy_secure_auth 0.0.1
zeba_academy_secure_auth: ^0.0.1 copied to clipboard
A secure Flutter authentication package with local PIN/Pattern, biometrics, offline login, session management, and root/jailbreak detection.
Changelog for Zeba Academy Secure Auth #
All notable changes to this project will be documented in this file.
0.0.1 - 2026-03-14 #
Added
- Initial release of
zeba_academy_secure_authpackage. - Local PIN authentication with SHA256 hashing.
- Pattern authentication using
pattern_lock. - Biometric login (fingerprint and Face ID) support using
local_auth. - Offline-first login flow.
- Session management with 12-hour default expiry.
- Basic root/jailbreak detection using
device_info_plus. - Full Flutter package structure with
auth_serviceAPI. - Example app demonstrating PIN, Pattern, and Biometric login.
- README in Canvas documentation style with About Me and Zeba Academy links.
Fixed
- N/A (initial release)
Security
- PIN and Pattern stored securely in
flutter_secure_storagewith SHA256 hashing. - Root/Jailbreak checks implemented to prevent usage on insecure devices.
Notes
- Compatible with Flutter SDK >=3.0.0 <4.0.0.
- Dependencies updated to latest compatible versions for stability and null-safety.
