credential_manager_ios 3.0.0
credential_manager_ios: ^3.0.0 copied to clipboard
iOS implementation of the credential_manager plugin using Keychain and Autofill.
3.0.0 #
- 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
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 #
- Removed plugin_platform_interface dependency
2.0.5 #
- 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