Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 084828f

Browse files
Set http version to be compatible with flutter_test (#812)
1 parent e6f85ba commit 084828f

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

packages/firebase_storage/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Added monitoring of StorageUploadTask via `events` stream.
44
* Added support for StorageUploadTask functions: `pause`, `resume`, `cancel`.
5+
* Set http version to be compatible with flutter_test.
56

67
## 1.0.2
78

packages/firebase_storage/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
path: ../
1010
firebase_core: "^0.2.3"
1111
uuid: "^1.0.0"
12-
http: ^0.11.3
12+
http: ^0.12.0
1313

1414
flutter:
1515
uses-material-design: true

packages/firebase_storage/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Cloud Storage, a powerful, simple, and
33
cost-effective object storage service for Android and iOS.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_storage
6-
version: 1.0.2
6+
version: 1.0.3
77

88
flutter:
99
plugin:
@@ -17,7 +17,7 @@ dependencies:
1717
firebase_core: ^0.2.3
1818

1919
dev_dependencies:
20-
http: ^0.11.3
20+
http: ^0.12.0
2121
flutter_test:
2222
sdk: flutter
2323
uuid: "^1.0.0"

packages/google_sign_in/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.2.1
2+
3+
* Set http version to be compatible with flutter_test.
4+
15
## 3.2.0
26

37
* Add support for clearing authentication cache for Android.

packages/google_sign_in/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
sdk: flutter
77
google_sign_in:
88
path: ../
9-
http: ^0.11.3
9+
http: ^0.12.0
1010

1111
flutter:
1212
uses-material-design: true

packages/google_sign_in/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android and iOS.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in
6-
version: 3.2.0
6+
version: 3.2.1
77

88
flutter:
99
plugin:
@@ -17,7 +17,7 @@ dependencies:
1717
meta: ^1.0.4
1818

1919
dev_dependencies:
20-
http: ^0.11.3
20+
http: ^0.12.0
2121
flutter_test:
2222
sdk: flutter
2323

0 commit comments

Comments
 (0)