taracell
taracell
This package was forked and is not being supported any longer. See https://pub.dev/packages/the_apple_sign_in.
For some reason, Apple does not send the email and name every time you sign in using Apple Sign in. It seems to only send the token if it recognizes...
if you are using an emulator with iOS 14+ this is a known issue here: https://developer.apple.com/forums/thread/651533?page=8 https://developer.apple.com/forums/thread/668155 https://stackoverflow.com/questions/64178940/flutter-sign-in-with-apple-not-working-on-ios-simulator-infinite-loader and similar ticket here: https://github.com/tomgilder/flutter_apple_sign_in/issues/61
The readme on GitHub states: " Sorry, I haven't had the time to maintain this plugin, and I haven't had a project to test it on. A fork of this...
I am having the same issue with this plug-in
Hello, I migrated to https://pub.dev/packages/firebase_auth_oauth, it solved my issues with apple sign in as well as letting Android being able to sign in with apple ID. I followed https://fireship.io/lessons/apple-signin-with-firebase-tutorial/ to...
If you are using Firebase I found the easiest package to use for Apple Sign in is: [firebase_auth_oauth: ^0.2.2](https://pub.dev/packages/firebase_auth_oauth) ...This package allows for Apple ID to be used on Android...