BREAKING CHANGE: Many APIs have changed or been replaced to reflect the
current APIs and best practices of the underlying platform SDKs. For full
details, see the README and migration guide, but notable highlights include:
The GoogleSignIn instance is now a singleton.
Clients must call and await the new initialize method before calling any
other methods on the instance.
Authentication and authorization are now separate steps.
Access tokens and server auth codes are obtained via separate calls.
Configuration
📅Schedule: (UTC)
Branch creation
At any time (no schedule defined)
Automerge
At any time (no schedule defined)
🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [google_sign_in](https://github.com/flutter/packages) ([source](https://github.com/flutter/packages/tree/HEAD/packages/google_sign_in/google_sign_in)) | dependencies | major | `^6.3.0` → `^7.0.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/3) for more information.
---
### Release Notes
<details>
<summary>flutter/packages (google_sign_in)</summary>
### [`v7.2.0`](https://github.com/flutter/packages/blob/HEAD/packages/google_sign_in/google_sign_in/CHANGELOG.md#720)
[Compare Source](https://github.com/flutter/packages/compare/google_sign_in-v7.1.1...google_sign_in-v7.2.0)
- Adds a `clearAuthorizationToken` method to remove an access token from the
cache.
- Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
### [`v7.1.1`](https://github.com/flutter/packages/blob/HEAD/packages/google_sign_in/google_sign_in/CHANGELOG.md#711)
[Compare Source](https://github.com/flutter/packages/compare/google_sign_in-v7.1.0...google_sign_in-v7.1.1)
- Adds more documentation about the requirement to call `initialize` exactly
once.
- Adds information about `GoogleSignInException` to the migration guide.
### [`v7.1.0`](https://github.com/flutter/packages/blob/HEAD/packages/google_sign_in/google_sign_in/CHANGELOG.md#710)
[Compare Source](https://github.com/flutter/packages/compare/google_sign_in-v7.0.0...google_sign_in-v7.1.0)
- Adds the missing export of `GoogleSignInExceptionCode`, to allow for
structured error handling as intended by the API.
### [`v7.0.0`](https://github.com/flutter/packages/blob/HEAD/packages/google_sign_in/google_sign_in/CHANGELOG.md#700)
[Compare Source](https://github.com/flutter/packages/compare/google_sign_in-v6.3.0...google_sign_in-v7.0.0)
- **BREAKING CHANGE**: Many APIs have changed or been replaced to reflect the
current APIs and best practices of the underlying platform SDKs. For full
details, see the README and migration guide, but notable highlights include:
- The `GoogleSignIn` instance is now a singleton.
- Clients must call and await the new `initialize` method before calling any
other methods on the instance.
- Authentication and authorization are now separate steps.
- Access tokens and server auth codes are obtained via separate calls.
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMSIsInVwZGF0ZWRJblZlciI6IjQ0LjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90IiwidXBncmFkZSJdfQ==-->
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: pubspec.lock
spawn flutter ENOENT
### ⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
##### File name: pubspec.lock
```
spawn flutter ENOENT
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
^6.3.0→^7.0.0Release Notes
flutter/packages (google_sign_in)
v7.2.0Compare Source
clearAuthorizationTokenmethod to remove an access token from thecache.
v7.1.1Compare Source
initializeexactlyonce.
GoogleSignInExceptionto the migration guide.v7.1.0Compare Source
GoogleSignInExceptionCode, to allow forstructured error handling as intended by the API.
v7.0.0Compare Source
current APIs and best practices of the underlying platform SDKs. For full
details, see the README and migration guide, but notable highlights include:
GoogleSignIninstance is now a singleton.initializemethod before calling anyother methods on the instance.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: pubspec.lock
21de953220tob41f8c1565View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.