Yes, add extra settings:
And set client ID.
final _googleSignIn = GoogleSignIn(scopes: ['email', 'profile', 'openid'], clientId: clientId);