Skip to content

Commit 1524ae5

Browse files
amondnetueman
andauthored
Bump cronet_http version to ^1.0.0 (#2082)
<!-- Write down your pull request descriptions. --> ### New Pull Request Checklist - [x] I have read the [Documentation](https://pub.dev/documentation/dio/latest/) - [x] I have searched for a similar pull request in the [project](https://github.com/cfug/dio/pulls) and found none - [x] I have updated this branch with the latest `main` branch to avoid conflicts (via merge from master or rebase) - [x] I have added the required tests to prove the fix/feature I'm adding - [x] I have updated the documentation (if necessary) - [x] I have run the tests without failures - [x] I have updated the `CHANGELOG.md` in the corresponding package ### Additional context and info (if any) <!-- Provide more context and info about the PR. --> dart-lang/http#1087 --------- Signed-off-by: Jonas Uekötter <ueman@users.noreply.github.com> Co-authored-by: Jonas Uekötter <ueman@users.noreply.github.com>
1 parent 845e06f commit 1524ae5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

plugins/native_dio_adapter/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
- Provide fix suggestions for `dart fix`.
6+
- Bump cronet_http version to `>=0.4.0 <=2.0.0`.
67

78
## 1.2.0
89

plugins/native_dio_adapter/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
> Note: This uses the native http implementation on macOS, iOS and Android.
99
> Other platforms still use the Dart http stack.
10-
> Please keep in mind that Android is still considered experimental.
1110
1211
If you encounter bugs, consider fixing it by opening a PR or at least contribute a failing test case.
1312

plugins/native_dio_adapter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222

2323
dio: ^5.4.0
2424
cupertino_http: ^1.0.0
25-
cronet_http: ^0.4.0
25+
cronet_http: '>=0.4.0 <=2.0.0'
2626
http: ^1.0.0
2727

2828
dev_dependencies:

0 commit comments

Comments
 (0)