flutter_locker library
Classes
- AndroidPrompt
- Defines text that's displayed in native OS prompt for authentication
- FlutterLocker
- Flutter plugin that secures your secrets in keychain using biometric authentication.
- FlutterLockerHostApi
- IOsPrompt
- The iOS native dialog is only shown when retrieving secret.
- RetrieveSecretRequest
- Data structure for retrieving the saved secret
- SaveSecretRequest
- Data structure for saving the saved secret
Enums
- LockerExceptionReason
- Common exceptions that are currently handled
Exceptions / Errors
- LockerException
- Common exception that Locker recognizes on both platforms.