sign_in_with_apple 5.0.0-dev.1 sign_in_with_apple: ^5.0.0-dev.1 copied to clipboard
Flutter bridge to initiate Sign in with Apple (on iOS, macOS, and Android). Includes support for keychain entries as well as signing in with an Apple ID.
5.0.0 #
- Android: Fixes an issue where the Chrome Custom Tab would disappear when the user "minimized" the app using the app switcher (#162)
- To ensure that deep links from the login web page back to the app still work, your app must use
launchMode
singleTask
orsingleTop
- When using
singleTask
the Chrome Custom Tab persists across app switches from within Android's app switcher, but will be dismissed when the app is launched anew from the home screen icon / app gallery - With launch mode
singleTop
the Chrome Custom Tab stays present both after using the app switch or launching the app anew via its icon
- When using
- To ensure that deep links from the login web page back to the app still work, your app must use
4.2.0 #
- Remove
jcenter
repository for the Android package
4.1.0 #
- Add support for
transferred
credential state (Xcode 13.3.1 support)
4.0.0 #
- Upgrade Kotlin version to
1.6.0
3.3.0 #
- Switch to
sign_in_with_apple_platform_interface
in conjunction with the addition of web support
3.2.0 #
- Fix building macOS application with Xcode 13 and macOS Big Sur
3.1.0 #
- Add support for Xcode 13
3.0.0 #
- Add
null
-safety
2.5.4 #
- Reformat code with Flutter 1.20.4
2.5.3 #
- Fixes an issue with the compilation if
compileSdkVersion 29
or higher is forced upon the package's build (#126)
2.5.2 #
- Fix a bug where the authentication would crash on Android if only the
AppleIDAuthorizationScopes.email
was requested (#117)
2.5.1 #
- Fix security deeplink issue which allowed to crash Flutter apps which have the
signinwithapple
plugin installed on Android (#103)
2.5.0 #
- Properly handle the cancellation of the user from the web flow
- Thanks to @eduribas for contributing this fix
2.4.0 #
- Manual closes of the Chrome Custom Tab on Android are now reported through a
SignInWithAppleAuthorizationException
with thecode
AuthorizationErrorCode.canceled
(same as on iOS) AppleLogoPainter
is now exposed, so consumers can use it to build their own buttons
2.3.0 #
- Fix the Android implementation closing the Chrome Custom Tab to not execute
runApp
in the Flutter again, but rather bring the existing Flutter activity to the front- https://github.com/aboutyou/dart_packages/issues/81 / https://github.com/aboutyou/dart_packages/pull/82
- Thanks to @eduribas for contributing this fix
2.2.0 #
- Add the ability to pass a
state
value through the authentication flow
2.1.0+1 #
- Clean up example project to come without a pre-set team ID and a unused bundle ID.
2.1.0 #
- Expose
identityToken
to enable Firebase integration (https://github.com/aboutyou/dart_packages/issues/62) - Add support for passing a
nonce
to the authentication request
2.0.0+5 #
- Extend integration docs for iOS and macOS
2.0.0+4 #
- Fix publication to really include 2.0.0+3
2.0.0+3 #
- Added Android integration example to README
2.0.0+2 #
- Fix typos in README
2.0.0+1 #
- Fix example code in README to show simplified API
2.0.0 #
- Added Android support
- Simplified external API
1.1.1 #
- Remove re-declared method in Android wrapper (#37)
1.1.0 #
- Added macOS support
1.0.0 #
- Initial release of Sign in with Apple plugin that can request authentication via Apple ID and stored keychain passwords