Open SUPERHUANG2 opened 1 month ago
This error seems to be related to the sign_in_with_apple plugin.
sign_in_with_apple
flutter pub get
flutter build apk --release
I've attempted the following solutions without success:
Is this a known issue with the plugin? Are there any workarounds or fixes available?
Any assistance would be greatly appreciated. Thank you!
You seem to be using an out-dated version of both supabase_flutter and apple_sign_in plugin. I would see if upgrading them would fix the issue.
This error seems to be related to the
sign_in_with_apple
plugin.Environment
Steps to Reproduce
sign_in_with_apple
plugin to pubspec.yamlflutter pub get
flutter build apk --release
What I've Tried
I've attempted the following solutions without success:
Question
Is this a known issue with the plugin? Are there any workarounds or fixes available?
Any assistance would be greatly appreciated. Thank you!