Skip to content

Commit

Permalink
remove http git dependency on performance/storage
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Jan 20, 2021
1 parent 90f273b commit fd784b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions packages/firebase_performance/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ dependencies:

dev_dependencies:
pedantic: ^1.8.0
http:
git:
url: https://github.com/dart-lang/http
ref: d5c678cd63c3e9c1d779a09acfa95b7e3af84665
http: ^0.12.2
flutter_test:
sdk: flutter
flutter_driver:
Expand Down
5 changes: 1 addition & 4 deletions packages/firebase_storage/firebase_storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ dependencies:

dev_dependencies:
pedantic: 1.10.0-nullsafety.3
http:
git:
url: https://github.com/dart-lang/http
ref: d5c678cd63c3e9c1d779a09acfa95b7e3af84665
http: ^0.12.2
flutter_test:
sdk: flutter
uuid: ^2.0.4
Expand Down
5 changes: 1 addition & 4 deletions packages/firebase_storage/firebase_storage_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
http:
git:
url: https://github.com/dart-lang/http
ref: d5c678cd63c3e9c1d779a09acfa95b7e3af84665
http: ^0.12.2
js: ^0.6.1
meta: ^1.1.7

Expand Down

0 comments on commit fd784b0

Please sign in to comment.