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

Not compatible with package_info_plus 3.0.0 #71

Open zakblacki opened 1 year ago

zakblacki commented 1 year ago

Because every version of project from git depends on package_info_plus ^3.0.0 and app_review 2.1.2+1 depends on package_info_plus ^1.0.0, project from git is incompatible with app_review 2.1.2+1.

matthewrice345 commented 1 year ago

Same with package_info_plus ^3.0.1

matthewrice345 commented 1 year ago

I just did a dependency override with the analyzer and it fixed the issue for me.

dependency_overrides:
  analyzer: 5.0.0
  package_info_plus: 3.0.1
zakblacki commented 1 year ago

I just did a dependency override with the analyzer and it fixed the issue for me.

dependency_overrides:
  analyzer: 5.0.0
  package_info_plus: 3.0.1

yeah just a workaround plus you don't need analyzer hopefully author will update.

Sun3 commented 11 months ago

Any updates on this issue without using the dependency_overrides?

Thanks.

greymag commented 5 months ago

There was some activity in the repository, but no release. So we made a fork with actual dependencies, if anyone is interested. https://pub.dev/packages/app_review_plus