app_review icon indicating copy to clipboard operation
app_review copied to clipboard

Update version constraints `http: ">=0.13.5 <2.0.0"` for wider compatibility

Open techwn opened this issue 1 year ago • 2 comments

According to many famous repo like: package_info_plus and test by myself, package http version 0.y is API compatibile with 1.y.

So we launch this PR to update version constraints http: ">=0.13.5 <2.0.0" for wider compatibility

techwn avatar Nov 10 '23 09:11 techwn

Hi @rodydavis, can you review this PR and publish new version to pub for wider compatibility!

techwn avatar Nov 10 '23 09:11 techwn

Currently, we are going to upgrade Dart 3 as min sdk, this change will make sure compatibility for both legacy users and new users who need dart 3 as min sdk.

techwn avatar Nov 25 '23 10:11 techwn