From e6d674c7dc455377b43820c79a9a50cb5a4cc94f Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 9 May 2024 14:59:48 -0700 Subject: [PATCH] Ready --- pkgs/cronet_http/CHANGELOG.md | 5 +++++ pkgs/cronet_http/example/pubspec.yaml | 3 +-- pkgs/cronet_http/pubspec.yaml | 10 ++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/pkgs/cronet_http/CHANGELOG.md b/pkgs/cronet_http/CHANGELOG.md index 1cc924894e..5848fbaaa9 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.3.0-wip + +* Add integration to the + [DevTools "Network" tab](https://docs.flutter.dev/tools/devtools/network). + ## 1.2.0 * Support the Cronet embedding dependency with `--dart-define=cronetHttpNoPlay=true`. diff --git a/pkgs/cronet_http/example/pubspec.yaml b/pkgs/cronet_http/example/pubspec.yaml index 7a258b76eb..5447d82b58 100644 --- a/pkgs/cronet_http/example/pubspec.yaml +++ b/pkgs/cronet_http/example/pubspec.yaml @@ -22,8 +22,7 @@ dev_dependencies: sdk: flutter http_client_conformance_tests: path: ../../http_client_conformance_tests/ - http_profile: - path: ../../http_profile/ + http_profile: ^0.1.0 integration_test: sdk: flutter test: ^1.23.1 diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index e4e94f4ede..b568ae548a 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -1,20 +1,18 @@ name: cronet_http -version: 1.2.0 +version: 1.3.0-wip description: >- An Android Flutter plugin that provides access to the Cronet HTTP client. repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http -publish_to: none environment: - sdk: ^3.0.0 - flutter: ">=3.0.0" + sdk: ^3.4.0 + flutter: '>=3.22.0' dependencies: flutter: sdk: flutter http: ^1.2.0 - http_profile: - path: ../http_profile/ + http_profile: ^0.1.0 jni: ^0.8.0 dev_dependencies: