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

Set http version to be compatible with flutter_test #812

Merged
merged 1 commit into from
Oct 3, 2018
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
1 change: 1 addition & 0 deletions packages/firebase_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

## 1.0.2

Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_storage/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
path: ../
firebase_core: "^0.2.3"
uuid: "^1.0.0"
http: ^0.11.3
http: ^0.12.0

flutter:
uses-material-design: true
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Cloud Storage, a powerful, simple, and
cost-effective object storage service for Android and iOS.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_storage
version: 1.0.2
version: 1.0.3

flutter:
plugin:
Expand All @@ -17,7 +17,7 @@ dependencies:
firebase_core: ^0.2.3

dev_dependencies:
http: ^0.11.3
http: ^0.12.0
flutter_test:
sdk: flutter
uuid: "^1.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.2.1

* Set http version to be compatible with flutter_test.

## 3.2.0

* Add support for clearing authentication cache for Android.
Expand Down
2 changes: 1 addition & 1 deletion packages/google_sign_in/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
sdk: flutter
google_sign_in:
path: ../
http: ^0.11.3
http: ^0.12.0

flutter:
uses-material-design: true
4 changes: 2 additions & 2 deletions packages/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 on Android and iOS.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in
version: 3.2.0
version: 3.2.1

flutter:
plugin:
Expand All @@ -17,7 +17,7 @@ dependencies:
meta: ^1.0.4

dev_dependencies:
http: ^0.11.3
http: ^0.12.0
flutter_test:
sdk: flutter

Expand Down