Skip to content

[extension_gsi] Support the latest version of googleapis_auth #8931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 2.0.13

* Supports the latest version of `package:googleapis_auth`.
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.

## 2.0.12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: extension_google_sign_in_as_googleapis_auth
description: A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
repository: https://github.com/flutter/packages/tree/main/packages/extension_google_sign_in_as_googleapis_auth
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+extension_google_sign_in_as_googleapis_auth%22
version: 2.0.12
version: 2.0.13

environment:
sdk: ^3.4.0
Expand All @@ -18,7 +18,7 @@ dependencies:
flutter:
sdk: flutter
google_sign_in: ">=5.0.0 <7.0.0"
googleapis_auth: ^1.1.0
googleapis_auth: '>=1.1.0 <3.0.0'
http: ">=0.13.0 <2.0.0"
meta: ^1.3.0

Expand Down