credential_manager_platform_interface
A common platform interface for the credential_manager plugin. This package allows platform-specific implementations of credential_manager to share the same interface.
3.0.0
4.8K downloads/mo
#3895 most downloaded on pub.dev
Djsmk123/flutter_credential_manager_compose
What this package is like to depend on
Last release 28 days ago
26 Jul 2026
Release timing varies
gaps range from 2 weeks to 8 months
Most releases are documented
notes for 4 of 5 stable releases
Nothing withdrawn
no release was ever pulled
9 months old
5 releases · first in 2025
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · Nov 2025 to Jul 2026Releases
latest 5-
3.0.026 Jul 2026Nothing published for this version
-
2.0.824 Nov 2025Release notes
Open source →- 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
- Added
-
2.0.708 Nov 2025 -
2.0.608 Nov 2025Release notes
Open source →- 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.508 Nov 2025Release notes
Open source →- Initial release of platform interface package
- Provides abstract
CredentialManagerPlatformclass - Supports modular plugin architecture