forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set http version to be compatible with flutter_test (flutter#812)
- Loading branch information
1 parent
f1a35f4
commit bd4bb07
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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" | ||
|