apple_sign_in_plugin_darwin 0.0.1-dev.0
apple_sign_in_plugin_darwin: ^0.0.1-dev.0 copied to clipboard
iOS and macOS implementation of the apple_sign_in_plugin package, built directly on Apple's AuthenticationServices framework.
apple_sign_in_plugin_darwin #
The iOS and macOS implementation of
apple_sign_in_plugin.
This package uses Apple's AuthenticationServices framework directly
(ASAuthorizationAppleIDProvider / ASAuthorizationController) — no
third-party Apple Sign-In SDK is used or depended on. Native code is shared
between iOS and macOS (sharedDarwinSource); see darwin/.
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.
👤 Author #
Maintained by DHC Tech.
📄 License #
This package is licensed under the MIT License.