The API of google_sign_in 6.x and earlier was designed for the Google Sign-In SDK, which has been deprecated on both Android and Web, and replaced with new SDKs that have significantly different structures. As a result, the google_sign_in API surface has changed significantly.
https://github.com/flutter/packages/blob/main/packages/google_sign_in/google_sign_in/MIGRATION.md
Steps until this issue is resolved
Override the dependency google_sign_in until this package supports version 7.
dependency_overrides:
google_sign_in: ^6.3.0
Subtasks
The API of google_sign_in 6.x and earlier was designed for the Google Sign-In SDK, which has been deprecated on both Android and Web, and replaced with new SDKs that have significantly different structures. As a result, the google_sign_in API surface has changed significantly.
https://github.com/flutter/packages/blob/main/packages/google_sign_in/google_sign_in/MIGRATION.md
Steps until this issue is resolved
Override the dependency
google_sign_inuntil this package supports version 7.Subtasks