feat(native_dio_adapter): bump cronet_http, cupertino_http dependency#1735
feat(native_dio_adapter): bump cronet_http, cupertino_http dependency#1735
Conversation
|
One test is failing, do you mind looking into it? |
|
yes, it looks like the current minimum supported dart version does not work with the latest version of cupertino_http |
|
I bumped the minimum supported flutter version for the flutter plugins (which is only native_dio_adapter it seems?) to 3.7.0 - this should fix the error in the test. IMO this should be fine since this is an experimental package, but if you have concerns about this just let me know |
|
Yea this is the only one, and the example but I guess that's fine. |
| environment: | ||
| sdk: '>=2.18.0 <3.0.0' | ||
| sdk: '>=2.19.0 <3.0.0' | ||
| flutter: ">=3.0.0" |
There was a problem hiding this comment.
Consider update the Flutter constraint too.
|
We should release this as |
Co-authored-by: Alex Li <github@alexv525.com> Signed-off-by: Martin Kamleithner <martin.kamleithner@gmail.com>
Sure, just write |
|
Oh it seems the bot didn't take good care of Flutter plugins. I'll schedule another run once it's resolved. |
Thank you |
|
v0.1.0 is up. |
New Pull Request Checklist
mainbranch to avoid conflicts (via merge from master or rebase)CHANGELOG.mdin the corresponding packageAdditional context and info (if any)
updates cronet_http and cupertino_http dependencies and updates the code for their breaking changes