version
flutter: 1.22.4
sign_in_with_apple: 3.0.0
Flutter・Firebase で Android アプリの Sign in with Apple 対応をする🎯🔥🤖🍎
を参考にApple認可サーバーからリダイレクトされるページを自作したところ、以下のエラーがでました。
Navigation is blocked: intent://callback?
code=example&id_token=example
# Intent;package=example;scheme=signinwithapple;end
原因としては、Android System WebViewのバージョンが低く、リダイレクトうまくできなかったようです。
解決方法としましては、play storeが使用できるandroidエミュレーターを使用し、
Android System WebView
をアップデートすると、エラーは解消されました。