diff --git a/plugins/native_dio_adapter/CHANGELOG.md b/plugins/native_dio_adapter/CHANGELOG.md index edfcbc728..4466207d9 100644 --- a/plugins/native_dio_adapter/CHANGELOG.md +++ b/plugins/native_dio_adapter/CHANGELOG.md @@ -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 diff --git a/plugins/native_dio_adapter/README.md b/plugins/native_dio_adapter/README.md index aab6c498b..e3aa236e3 100644 --- a/plugins/native_dio_adapter/README.md +++ b/plugins/native_dio_adapter/README.md @@ -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. diff --git a/plugins/native_dio_adapter/pubspec.yaml b/plugins/native_dio_adapter/pubspec.yaml index ebff7cd17..f384910d5 100644 --- a/plugins/native_dio_adapter/pubspec.yaml +++ b/plugins/native_dio_adapter/pubspec.yaml @@ -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: