flutter_credential_manager 2.0.9 copy "flutter_credential_manager: ^2.0.9" to clipboard
flutter_credential_manager: ^2.0.9 copied to clipboard

A **fork** of the original Credential Manager plugin, featuring a **critical fix for iOS (Swift)**. This version ensures correct **Base64URL handling** for challenges and IDs, enhancing WebAuthn/Pass [...]

Flutter Credential Manager #

Android iOS

Credential Manager is a Jetpack API that supports multiple sign-in methods, such as username and password, passkeys, and federated sign-in solutions (like Sign-in with Google) in a single API, simplifying integration for developers on Android. For iOS, it uses Keychain for storing credentials.

For users, Credential Manager unifies the sign-in interface across authentication methods, making it clearer and easier to sign into apps, regardless of the chosen method.

For iOS, it uses Keychain and Autofill.

For more information, please refer to the official documentation.

Getting Started #

Add the dependency to your pubspec.yaml file:

flutter_credential_manager: <latest_version>

Or run:

flutter pub add flutter_credential_manager
0
likes
140
points
310
downloads

Publisher

unverified uploader

Weekly Downloads

A **fork** of the original Credential Manager plugin, featuring a **critical fix for iOS (Swift)**. This version ensures correct **Base64URL handling** for challenges and IDs, enhancing WebAuthn/Passkey compliance and one-tap login functionality. Supports Google Credential Manager (Android) and Keychain (iOS).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cbor, flutter, plugin_platform_interface

More

Packages that depend on flutter_credential_manager

Packages that implement flutter_credential_manager