2026-08-20 errorsflutterdart 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().