Skip to content

Commit

Permalink
Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed May 9, 2024
1 parent 9c17426 commit e6d674c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 5 additions & 0 deletions pkgs/cronet_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
3 changes: 1 addition & 2 deletions pkgs/cronet_http/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 4 additions & 6 deletions pkgs/cronet_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e6d674c

Please sign in to comment.