From 3fabda70cef4ccb9100dbeb1d30e8203d30f60c5 Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Fri, 29 Dec 2023 15:29:58 +0900 Subject: [PATCH 1/2] Bump cronet_http version to ^1.0.0 --- plugins/native_dio_adapter/CHANGELOG.md | 1 + plugins/native_dio_adapter/README.md | 1 - plugins/native_dio_adapter/pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/native_dio_adapter/CHANGELOG.md b/plugins/native_dio_adapter/CHANGELOG.md index edfcbc728..f0bc84a8b 100644 --- a/plugins/native_dio_adapter/CHANGELOG.md +++ b/plugins/native_dio_adapter/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - Provide fix suggestions for `dart fix`. +- Bump cronet_http version to ^1.0.0. ## 1.2.0 diff --git a/plugins/native_dio_adapter/README.md b/plugins/native_dio_adapter/README.md index aab6c498b..e3aa236e3 100644 --- a/plugins/native_dio_adapter/README.md +++ b/plugins/native_dio_adapter/README.md @@ -7,7 +7,6 @@ > Note: This uses the native http implementation on macOS, iOS and Android. > Other platforms still use the Dart http stack. -> Please keep in mind that Android is still considered experimental. If you encounter bugs, consider fixing it by opening a PR or at least contribute a failing test case. diff --git a/plugins/native_dio_adapter/pubspec.yaml b/plugins/native_dio_adapter/pubspec.yaml index ebff7cd17..ac68ec89d 100644 --- a/plugins/native_dio_adapter/pubspec.yaml +++ b/plugins/native_dio_adapter/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: dio: ^5.4.0 cupertino_http: ^1.0.0 - cronet_http: ^0.4.0 + cronet_http: ^1.0.0 http: ^1.0.0 dev_dependencies: From 32f394e51847a50fd8a1ddb26caa9e46a18781f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Uek=C3=B6tter?= Date: Sat, 30 Dec 2023 10:09:06 +0100 Subject: [PATCH 2/2] Loosen dependency constraints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Uekötter --- plugins/native_dio_adapter/CHANGELOG.md | 2 +- plugins/native_dio_adapter/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/native_dio_adapter/CHANGELOG.md b/plugins/native_dio_adapter/CHANGELOG.md index f0bc84a8b..4466207d9 100644 --- a/plugins/native_dio_adapter/CHANGELOG.md +++ b/plugins/native_dio_adapter/CHANGELOG.md @@ -3,7 +3,7 @@ ## Unreleased - Provide fix suggestions for `dart fix`. -- Bump cronet_http version to ^1.0.0. +- Bump cronet_http version to `>=0.4.0 <=2.0.0`. ## 1.2.0 diff --git a/plugins/native_dio_adapter/pubspec.yaml b/plugins/native_dio_adapter/pubspec.yaml index ac68ec89d..f384910d5 100644 --- a/plugins/native_dio_adapter/pubspec.yaml +++ b/plugins/native_dio_adapter/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: dio: ^5.4.0 cupertino_http: ^1.0.0 - cronet_http: ^1.0.0 + cronet_http: '>=0.4.0 <=2.0.0' http: ^1.0.0 dev_dependencies: