flutter_app_lock_pro 1.0.0
flutter_app_lock_pro: ^1.0.0 copied to clipboard
Pro app lock for Flutter. Lock specific screens, auto-lock timer, PIN/pattern/biometric, wrong-attempt protection, screenshot protection, and background blur. Built for banking and fintech apps.
1.0.0 #
- Initial release.
- Lock specific screens via
protectedRoutesandAppLockScope. - Auto-lock after configurable inactivity (
autoLockAfter). - PIN and biometric (fingerprint / Face ID) unlock via
UnlockMethod.pin,UnlockMethod.biometric. - Wrong-attempt protection:
maxAttempts,blockDuration,AppLock.isBlocked(),AppLock.blockRemaining(). - Screenshot protection (Android FLAG_SECURE; iOS blur when captured) and background blur.
- API:
AppLock.enable(),AppLock.lockNow(),AppLock.unlock(),AppLock.isLocked(),AppLock.secureScreen(),AppLock.enableBackgroundBlur(),AppLock.protectRoute()/protectRoutes(),AppLock.activity().