File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/extension_google_sign_in_as_googleapis_auth Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 2.0.13
2
2
3
+ * Supports the latest version of ` package:googleapis_auth ` .
3
4
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
4
5
5
6
## 2.0.12
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: extension_google_sign_in_as_googleapis_auth
8
8
description : A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
9
9
repository : https://github.com/flutter/packages/tree/main/packages/extension_google_sign_in_as_googleapis_auth
10
10
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
11
- version : 2.0.12
11
+ version : 2.0.13
12
12
13
13
environment :
14
14
sdk : ^3.4.0
@@ -18,7 +18,7 @@ dependencies:
18
18
flutter :
19
19
sdk : flutter
20
20
google_sign_in : " >=5.0.0 <7.0.0"
21
- googleapis_auth : ^ 1.1.0
21
+ googleapis_auth : ' >= 1.1.0 <3.0.0 '
22
22
http : " >=0.13.0 <2.0.0"
23
23
meta : ^1.3.0
24
24
You can’t perform that action at this time.
0 commit comments