webauthn_secure_storage_android 0.2.0
webauthn_secure_storage_android: ^0.2.0 copied to clipboard
Android implementation of the webauthn_secure_storage federated plugin.
webauthn_secure_storage #
Federated Flutter plugin repository for webauthn_secure_storage.
The app-facing package combines:
- biometric-gated secure storage APIs
- WebAuthn / passkey DTOs for server challenge-response loops
- capability reporting for biometric storage, passkey authentication, and passkey PRF-backed storage
Layout #
webauthn_secure_storage/— app-facing package, including the example appwebauthn_secure_storage_platform_interface/— shared platform contract and typeswebauthn_secure_storage_android/— Android implementationwebauthn_secure_storage_darwin/— iOS/macOS implementationwebauthn_secure_storage_linux/— Linux implementationwebauthn_secure_storage_web/— Web implementationwebauthn_secure_storage_windows/— Windows implementation
The package you would publish and use directly lives in
webauthn_secure_storage/.
For package-specific usage and platform notes, see
webauthn_secure_storage/README.md.
Notes #
- This repository starts its independent changelog at
0.1.0. - Generated build output, lockfiles, and ephemeral Flutter artifacts are not kept in the repo.
Acknowledgement #
Thank you to the original biometric_storage package for the inspiration and
many of the code ideas that helped shape this fork.