diff --git a/plugins/native_dio_adapter/CHANGELOG.md b/plugins/native_dio_adapter/CHANGELOG.md index 868ac5310..6ef48f22b 100644 --- a/plugins/native_dio_adapter/CHANGELOG.md +++ b/plugins/native_dio_adapter/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -*None.* +- Support `cupertino_http` 2.0.0 ## 1.3.0 diff --git a/plugins/native_dio_adapter/pubspec.yaml b/plugins/native_dio_adapter/pubspec.yaml index 01924f9c9..0f92ec6b9 100644 --- a/plugins/native_dio_adapter/pubspec.yaml +++ b/plugins/native_dio_adapter/pubspec.yaml @@ -21,8 +21,8 @@ dependencies: sdk: flutter dio: ^5.4.0 - cupertino_http: ^1.0.0 - cronet_http: '>=0.4.0 <=2.0.0' + cupertino_http: '>=1.0.0 <3.0.0' + cronet_http: '>=0.4.0 <2.0.0' http: ^1.0.0 dev_dependencies: