Skip to content

Commit

Permalink
chore(native_dio_adapter): support cupertino_http 2.0.0 (#2333)
Browse files Browse the repository at this point in the history
supports cupertino_http ^2.0.0, which has to break changes that don't
affect this package.
No code changes. 

Also fix typo (`<=` -> `<` ) in pubspec.yaml which would support
cronet_http 2.0.0, which is not released yet and might contain breaking
changes which are not compatible with this package
  • Loading branch information
knaeckeKami authored Nov 26, 2024
1 parent 5406162 commit 52b0784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/native_dio_adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

*None.*
- Support `cupertino_http` 2.0.0

## 1.3.0

Expand Down
4 changes: 2 additions & 2 deletions plugins/native_dio_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 52b0784

Please sign in to comment.