fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
329 stars 108 forks source link

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

Open techwn opened 7 months ago

techwn commented 7 months ago

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 commented 7 months ago

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

techwn commented 7 months ago

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.