Skip to content

Commit 6656f15

Browse files
authored
Remove http-beta dependency (#1806)
1 parent b661894 commit 6656f15

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

pkgs/cronet_http/example/pubspec.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,3 @@ dev_dependencies:
2929

3030
flutter:
3131
uses-material-design: true
32-
33-
# TODO(brianquinlan): Remove this when a release version of `package:http`
34-
# supports abortable requests.
35-
dependency_overrides:
36-
http:
37-
path: ../../http/

pkgs/cronet_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
http: ^1.5.0-beta
14+
http: ^1.5.0
1515
http_profile: ^0.1.0
1616
jni: ^0.14.2
1717

pkgs/cupertino_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
ffi: ^2.1.0
1515
flutter:
1616
sdk: flutter
17-
http: ^1.5.0-beta
17+
http: ^1.5.0
1818
http_profile: ^0.1.0
1919
objective_c: ^7.0.0
2020
web_socket: '>=0.1.5 <2.0.0'

0 commit comments

Comments
 (0)