credential_manager_platform_interface 2.0.8
credential_manager_platform_interface: ^2.0.8 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.8 #
- Added
isGmsAvailableto platform interface - Handle
exception code 209for Google Play Services not available - on Android, Google account is not logged in, the plugin will launch Google Sign-In flow.
- Updated documentation
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