credential_manager_platform_interface 2.0.7
credential_manager_platform_interface: ^2.0.7 copied to clipboard
A common platform interface for the credential_manager plugin. This package allows platform-specific implementations of credential_manager to share the same interface.
2.0.7 #
- Fixed plugin score issues
2.0.6 #
- Added exceptions and utilities to platform interface package
- Exported
CredentialExceptionand related exception classes - Exported utility classes:
CredentialType,PlatformExceptionHandler, andCredentialResponseParser - Improved modular architecture by centralizing shared code in platform interface
2.0.5 #
- Initial release of platform interface package
- Provides abstract
CredentialManagerPlatformclass - Supports modular plugin architecture