credential_manager_ios
iOS implementation of the credential_manager plugin using Keychain and Autofill.
3.2.0
3.2K downloads/mo
#4514 most downloaded on pub.dev
Djsmk123/flutter_credential_manager_compose$
What this package is like to depend on
Last release 10 days ago
13 Aug 2026
Ships unpredictably
gaps range from 2 weeks to 7 months
Most releases are documented
notes for 7 of 8 stable releases
Nothing withdrawn
no release was ever pulled
9 months old
8 releases · first in 2025
8 releases in the last 12 months
see the full history below
Release timeline
8 releases · Nov 2025 to Aug 2026
2026
Releases
latest 8-
3.2.013 Aug 2026Nothing published for this version
-
3.1.026 Jul 2026Release notes
Open source →- Bumped
credential_manager_platform_interfaceto^3.0.0(required — the previously-declared^2.0.8resolves to a published version that predates thenonceparameter this package'ssaveGoogleCredentialoverride already relies on) savePasswordCredentialsandsaveGoogleCredentialnow throw an explicitCredentialException(code 103, "Not implemented") instead of silently reporting success without saving (savePasswordCredentials) or surfacing an uncaughtMissingPluginExceptionfrom a method-channel call with no native handler (saveGoogleCredential) — neither has a native Swift implementation on iOS today- No breaking changes to the public Dart API
- Bumped
-
3.0.104 Jul 2026Release notes
Open source →- Added SwiftLint configuration and CI checks; fixed all reported violations (force casts replaced with safe casts, wrapped long lines, aligned switch cases, extracted long functions)
- No functional or API changes
-
3.0.004 Jul 2026Release notes
Open source →- Added Swift Package Manager (SPM) support via a new
Package.swiftmanifest, alongside the existing CocoaPods podspec - Moved Swift sources from
ios/Classestoios/credential_manager_ios/Sources/credential_manager_ios(single source of truth for both CocoaPods and SPM) - No breaking changes to the Dart API; existing CocoaPods-based apps continue to work unchanged
- Added Swift Package Manager (SPM) support via a new
-
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 2025 -
2.0.508 Nov 2025Release notes
Open source →- Initial release of iOS implementation package
- iOS-specific implementation using Keychain and Autofill
- Supports password credentials, passkeys, and Google Sign-In
- Includes iOS-specific passkey attestation parsing