app_review icon indicating copy to clipboard operation
app_review copied to clipboard

Not compatible with package_info_plus 3.0.0

Open zakblacki opened this issue 3 years ago • 5 comments

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.

zakblacki avatar Oct 25 '22 18:10 zakblacki

Same with package_info_plus ^3.0.1

matthewrice345 avatar Nov 01 '22 15:11 matthewrice345

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

matthewrice345 avatar Nov 01 '22 15:11 matthewrice345

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.

zakblacki avatar Nov 22 '22 00:11 zakblacki

Any updates on this issue without using the dependency_overrides?

Thanks.

Sun3 avatar Jul 18 '23 18:07 Sun3

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

greymag avatar Jan 29 '24 10:01 greymag