diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f03488440..4a0849e45 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -144,6 +144,6 @@ jobs: uses: subosito/flutter-action@v2.8.0 with: cache: true - flutter-version: ${{ matrix.channel == 'min' && '3.7.0' || '' }} + flutter-version: ${{ matrix.channel == 'min' && '3.10.0' || '' }} channel: ${{ matrix.channel == 'min' && 'stable' || matrix.channel }} - run: flutter test diff --git a/plugins/native_dio_adapter/CHANGELOG.md b/plugins/native_dio_adapter/CHANGELOG.md index ccd405491..78b8d8c30 100644 --- a/plugins/native_dio_adapter/CHANGELOG.md +++ b/plugins/native_dio_adapter/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Update dependencies to make use of stable versions. - Replace `DioError` with `DioException`. - Fix `onReceiveProgress` callback. diff --git a/plugins/native_dio_adapter/README.md b/plugins/native_dio_adapter/README.md index ed396c5ca..88b18335b 100644 --- a/plugins/native_dio_adapter/README.md +++ b/plugins/native_dio_adapter/README.md @@ -5,10 +5,8 @@ [![popularity](https://img.shields.io/pub/popularity/native_dio_adapter)](https://pub.dev/packages/native_dio_adapter/score) [![pub points](https://img.shields.io/pub/points/native_dio_adapter)](https://pub.dev/packages/native_dio_adapter/score) -> Note: Experimental - -The underlying technology is still considered experimental, therefore this -is also considered experimental. +> 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 8017d6edb..b040766b6 100644 --- a/plugins/native_dio_adapter/pubspec.yaml +++ b/plugins/native_dio_adapter/pubspec.yaml @@ -6,14 +6,14 @@ repository: https://github.com/cfug/dio/blob/main/plugins/native_dio_adapter issue_tracker: https://github.com/cfug/dio/issues environment: - sdk: ">=2.19.0 <3.0.0" - flutter: ">=3.7.0" + sdk: ">=3.0.0 <4.0.0" + flutter: ">=3.10.0" dependencies: dio: ^5.2.0 - cupertino_http: ^0.1.2 - cronet_http: ^0.2.0 - http: ^0.13.4 + cupertino_http: ^1.0.0 + cronet_http: ^0.2.1 + http: ^1.0.0 dev_dependencies: lints: ^2.0.0