Skip to content

Commit

Permalink
Set http version to be compatible with flutter_test (flutter#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
bparrishMines authored Oct 3, 2018
1 parent f1a35f4 commit bd4bb07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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

0 comments on commit bd4bb07

Please sign in to comment.