flutter_app_lock_pro 1.0.0 copy "flutter_app_lock_pro: ^1.0.0" to clipboard
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 protectedRoutes and AppLockScope.
  • 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().
1
likes
130
points
128
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#security #app-lock #fintech #biometric #pin

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, local_auth

More

Packages that depend on flutter_app_lock_pro

Packages that implement flutter_app_lock_pro