Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b072fa1
feat(google_sign_in): add clearAuthCache API
google-labs-jules[bot] Aug 18, 2025
92adf68
Fix versioning
stuartmorgan-g Aug 18, 2025
9e47e90
Rename new method
stuartmorgan-g Aug 18, 2025
0666ee9
Move the app-facing method to the authorization client, and improve docs
stuartmorgan-g Aug 18, 2025
83be004
Update migration guide
stuartmorgan-g Aug 18, 2025
f8c5625
Add a no-op on iOS
stuartmorgan-g Aug 18, 2025
e4a08c6
Fix up path overrides
stuartmorgan-g Aug 18, 2025
04d1cb8
Parameter object
stuartmorgan-g Aug 18, 2025
1218b97
Add app-facing package test
stuartmorgan-g Aug 18, 2025
3101fb3
Fix Android
stuartmorgan-g Aug 18, 2025
cc26958
Revert extension package changes
stuartmorgan-g Aug 18, 2025
beb5dd5
Platform interface sanity test
stuartmorgan-g Aug 18, 2025
c7aefe7
Simpler lambdas
stuartmorgan-g Aug 18, 2025
d7d7b1a
Improve Java test
stuartmorgan-g Aug 18, 2025
4272d38
Merge branch 'main' into google-sign-in-add-clear-authorization
stuartmorgan-g Aug 29, 2025
0317ff2
Fix class pluralization
stuartmorgan-g Aug 29, 2025
7b81325
Merge branch 'main' into google-sign-in-add-clear-authorization
stuartmorgan-g Sep 9, 2025
62e9b68
Update platform interface refs
stuartmorgan-g Sep 9, 2025
0bebd2b
Update Pigeon generation
stuartmorgan-g Sep 9, 2025
c4a725e
Merge branch 'main' into google-sign-in-add-clear-authorization
stuartmorgan-g Sep 17, 2025
cb94fce
Merge branch 'main' into google-sign-in-add-clear-authorization
stuartmorgan-g Sep 17, 2025
5bc6f48
Update deps
stuartmorgan-g Sep 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix versioning
  • Loading branch information
stuartmorgan-g committed Aug 18, 2025
commit 92adf689944bb23885088289647d4337f261c335
5 changes: 3 additions & 2 deletions packages/google_sign_in/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 7.1.2
## 7.2.0

* feat(google_sign_in): Add `clearAuthCache` method to remove an access token from the cache.
* Adds a `clearAuthorizationToken` method to remove an access token from the
cache.
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

## 7.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account.
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
version: 7.1.2
version: 7.2.0

environment:
sdk: ^3.7.0
Expand Down
4 changes: 2 additions & 2 deletions packages/google_sign_in/google_sign_in_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 7.0.4
## 7.1.0

* feat(google_sign_in): Add `clearAuthCache` method to remove an access token from the cache.
* Adds support for the `clearAuthorizationToken` method.
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

## 7.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_sign_in_android
description: Android implementation of the google_sign_in plugin.
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
version: 7.0.4
version: 7.1.0

environment:
sdk: ^3.7.0
Expand Down
3 changes: 2 additions & 1 deletion packages/google_sign_in/google_sign_in_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 6.2.0

* Adds support for the `clearAuthorizationToken` method.
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

## 6.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_sign_in_ios
description: iOS implementation of the google_sign_in plugin.
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_ios
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
version: 6.1.0
version: 6.2.0

environment:
sdk: ^3.7.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 3.0.1
## 3.1.0

* feat(google_sign_in): Add `clearAuthCache` method to remove an access token from the cache.
* Adds a `clearAuthorizationToken` method to remove an access token from the
cache.
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

## 3.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/google_sign_i
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 3.0.1
version: 3.1.0

environment:
sdk: ^3.7.0
Expand Down
4 changes: 2 additions & 2 deletions packages/google_sign_in/google_sign_in_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.0.1
## 1.1.0

* feat(google_sign_in): Add `clearAuthCache` method to remove an access token from the cache.
* Adds support for the `clearAuthorizationToken` method.
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

## 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android, iOS and Web.
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_web
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
version: 1.0.1
version: 1.1.0

environment:
sdk: ^3.7.0
Expand Down