zeba_academy_secure_auth 0.0.1 copy "zeba_academy_secure_auth: ^0.0.1" to clipboard
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_auth package.
  • 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_service API.
  • 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_storage with 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.
0
likes
150
points
96
downloads
screenshot

Documentation

API reference

Publisher

verified publisherzeba.academy

Weekly Downloads

A secure Flutter authentication package with local PIN/Pattern, biometrics, offline login, session management, and root/jailbreak detection.

Homepage

License

GPL-3.0 (license)

Dependencies

crypto, device_info_plus, flutter, flutter_secure_storage, local_auth, shared_preferences

More

Packages that depend on zeba_academy_secure_auth