apple_sign_in_plugin 1.2.0
apple_sign_in_plugin: ^1.2.0 copied to clipboard
A comprehensive Flutter package for integrating Apple Sign-In with features for secure authentication and user data management.
1.2.0 #
- Feature: Full export of
sign_in_with_applepackage (including widgets likeSignInWithAppleButton). - Feature:
signInWithApple()returnsAppleSignInResultwith tokens for backend verification. - CI/CD: Fully automated publishing via GitHub Actions with OIDC authentication.
1.1.0 #
- Breaking Change:
signInWithApple()now returnsAppleSignInResultobject instead ofAuthorizationCredentialAppleID - Backend Ready: Result object contains
idToken(JWT),accessToken,refreshToken, and user details. - CI/CD: Fixed version solving errors in workflows.