apple_sign_in_plugin_android 0.0.1-dev.1
apple_sign_in_plugin_android: ^0.0.1-dev.1 copied to clipboard
Android implementation of the apple_sign_in_plugin package, using Apple's official web authorization flow via Chrome Custom Tabs and MethodChannel.
apple_sign_in_plugin_android #
The Android implementation of
apple_sign_in_plugin.
Android has no native Apple authentication API, so this package uses Apple's official "Sign in with Apple for the web" authorization flow via Chrome Custom Tabs — a secure external-browser flow, not an embedded WebView. No third-party Apple Sign-In SDK is used.
Usage #
This package is endorsed, meaning you can simply use apple_sign_in_plugin
normally. This package will be automatically included in your app when you
depend on apple_sign_in_plugin, so you likely do not need to add it to
your own pubspec.yaml.
Android requires additional one-time configuration (a Services ID and redirect URI) — see the main package's README for setup instructions.
👤 Author #
Maintained by DHC Tech.
📄 License #
This package is licensed under the MIT License.