keyring 1.0.0
keyring: ^1.0.0 copied to clipboard
Cross-platform keyring package for Dart (umbrella API)
1.0.0 #
- Initial release.
- Convenience top-level API wrapping [KeyringStore] operations.
- Lazy [defaultStore] auto-selects [WebKeyringStore] on web runtimes and [NativeKeyringStore] on native platforms.
- Re-exports core types: [KeyringEntry], [KeyringException], [KeyringErrorType], [CredentialPersistence].