How to Solve following error while using Google Sign in Plugin in your Flutter Application
PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null)
Check if the SHA-1 Key of your project is the right one that is in your Firebase Project in your Firebase Console.
To find your SHA-1 Key, cd to android folder in your terminal and enter the command
./gradlew signingReport
here is a link to the stack overflow thread
https://stackoverflow.com/questions/7...
https://stackoverflow.com/questions/5...