From c6fe39eb81373ec15c4f50f67100f8bddbc1bb73 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 7 Aug 2025 16:12:50 -0700 Subject: [PATCH] Remove http-beta dependency --- pkgs/cronet_http/example/pubspec.yaml | 6 ------ pkgs/cronet_http/pubspec.yaml | 2 +- pkgs/cupertino_http/pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/pkgs/cronet_http/example/pubspec.yaml b/pkgs/cronet_http/example/pubspec.yaml index 87c8234218..dfaa39a8e7 100644 --- a/pkgs/cronet_http/example/pubspec.yaml +++ b/pkgs/cronet_http/example/pubspec.yaml @@ -29,9 +29,3 @@ dev_dependencies: flutter: uses-material-design: true - -# TODO(brianquinlan): Remove this when a release version of `package:http` -# supports abortable requests. -dependency_overrides: - http: - path: ../../http/ diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index 91f73d7383..2f98ae7ecf 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - http: ^1.5.0-beta + http: ^1.5.0 http_profile: ^0.1.0 jni: ^0.14.2 diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index 5326819ff7..162dc1b6d1 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: ffi: ^2.1.0 flutter: sdk: flutter - http: ^1.5.0-beta + http: ^1.5.0 http_profile: ^0.1.0 objective_c: ^7.0.0 web_socket: '>=0.1.5 <2.0.0'