android_restore_credentials 0.1.0
android_restore_credentials: ^0.1.0 copied to clipboard
Android-only Flutter plugin for Zero-Tap sign-in restoration via Credential Manager Restore Credentials.
0.1.0 #
- Android-only Restore Credentials:
createRestoreKey,getRestoreKey, andclearRestoreKeyviaandroidx.credentials1.6.0. - Removed template
getPlatformVersionAPI end-to-end. - Kotlin
RestoreCredentialsClient(public) so hostBackupAgentcode can call the same client without a Flutter engine. E2EE cloud-backup retry onE2eeUnavailableException. API 28+ guard. - Example app demonstrates the Tier-2 foreground restoration path. Tier-1
background restore is documented via a README snippet (a functional
BackupAgentneeds host-specific Kotlin backend calls, out of scope for the plugin example). - Stable
PlatformExceptioncodes; see README.