Fix: The class 'GoogleSignIn' doesn't have an unnamed constructor
google_sign_in 7.0.0 made GoogleSignIn a singleton. Replace GoogleSignIn(scopes: ...) with GoogleSignIn.instance, await initialize() once, then call authenticate().
103 posts · Page 2 of 11