Skip to content

Commit

Permalink
Bump cronet_http version to ^1.0.0 (#2082)
Browse files Browse the repository at this point in the history
<!-- 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>
  • Loading branch information
amondnet and ueman authored Dec 30, 2023
1 parent 845e06f commit 1524ae5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions plugins/native_dio_adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

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

## 1.2.0

Expand Down
1 change: 0 additions & 1 deletion plugins/native_dio_adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion plugins/native_dio_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:

dio: ^5.4.0
cupertino_http: ^1.0.0
cronet_http: ^0.4.0
cronet_http: '>=0.4.0 <=2.0.0'
http: ^1.0.0

dev_dependencies:
Expand Down

0 comments on commit 1524ae5

Please sign in to comment.