Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cronet_http version to ^1.0.0 #2082

Merged
merged 2 commits into from
Dec 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!


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