dooboolab-community / flutter_inapp_purchase

(Sun Rised!) Flutter plugin for In App Purchase.
MIT License
549 stars 236 forks source link

fix(deps): update dependency http to v1 #456

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
http dependencies major ^0.13.4 -> ^1.0.0

Release Notes

dart-lang/http (http) ### [`v1.1.0`](https://togithub.com/dart-lang/http/blob/HEAD/pkgs/http/CHANGELOG.md#110) - Add better error messages for `SocketException`s when using `IOClient`. - Make `StreamedRequest.sink` a `StreamSink`. This makes `request.sink.close()` return a `Future` instead of `void`, but the returned future should *not* be awaited. The Future returned from `sink.close()` may only complete after the request has been sent. ### [`v1.0.0`](https://togithub.com/dart-lang/http/blob/HEAD/pkgs/http/CHANGELOG.md#100) - Requires Dart 3.0 or later. - Add `base`, `final`, and `interface` modifiers to some classes.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.