Flutter sign in with google using google_sign_in package the returned idtoken is null for android
I have a flutter mobile application for both ios/android. I decided to add social login using google for both android and ios, using the google_sign_in package. I have created two client ids, on google console for android and ios respectively.…