apple_sign_in_safety 0.0.5 copy "apple_sign_in_safety: ^0.0.5" to clipboard
apple_sign_in_safety: ^0.0.5 copied to clipboard

PlatformAndroidiOS
outdated

Sign in With Apple for Flutter. Native API bindings and a Flutter implementation of the sign in button. Null Safety Sound Ready.

Clarification #

This plugin is a copy of the gallery_saver plugin - https://pub.dev/packages/gallery_saver migrated to Null Safety Sound

Apple Sign In - Flutter Plugin #

Access Sign In with Apple from Flutter.

Platform support #

This plugin currently only supports iOS. There's a JavaScript framework for Android.

Implementing #

  1. Configure your app in Xcode to add the "Sign In with Apple" capability
  2. See the example app to see how the API works

FAQs #

User information is null after signing in #

User details such as email and name are only provided the first time a user signs in to your app with Sign in With Apple. This isn't a limitation of the plugin, it's how the native SDK functions.

On signing in again, all the properties are null. You need to store them the first time you login.

For testing purposes you can revoke the credentials to sign in again:

  1. Sign in to https://appleid.apple.com/account/manage
  2. Go to "Apps & Websites Using Apple ID" and click "Manage"
  3. Select your app
  4. Click "Stop Using Apple ID"

I'm getting errors when trying to build the project #

Sign In with Apple requires Xcode 11, as it requires the iOS 13 SDK. Make sure you're up-to-date.

To Do #

  • Localisation for "Sign in with Flutter" button
  • A proper step-by-step example
  • Support for PasswordProvider
10
likes
150
points
227
downloads

Publisher

unverified uploader

Weekly Downloads

Sign in With Apple for Flutter. Native API bindings and a Flutter implementation of the sign in button. Null Safety Sound Ready.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on apple_sign_in_safety