Open techwn opened 1 year ago
Hi @rodydavis, can you review this PR and publish new version to pub for wider compatibility!
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.
According to many famous repo like:
package_info_plus
and test by myself, packagehttp
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