😅

【Flutter】Your app is missing support for the following URL schemes

2023/05/20に公開

Googleサインインを実装したらクラッシュした

画像のようなサインインボタンを実装したところ、ボタンをタップするとアプリがクラッシュする現象が起きました。

エラー👇

PlatformException(google_sign_in, Your app is missing support for the following URL schemes: com.googleusercontent.apps.xxxx, NSInvalidArgumentException, null)

解決方法

GoogleService-Info.plistのREVERSED_CLIENT_IDをURLスキームに入力する。

Discussion