How do I catch Flutter Google sign-in PlatformException? How do I catch Flutter Google sign-in PlatformException? dart dart

How do I catch Flutter Google sign-in PlatformException?


I believe this was fixed in google_sign_in version 0.2.1.

Try putting changing your google_sign_in dependency in your pubspec.yaml to ^0.2.1 and see if that helps.