app_review icon indicating copy to clipboard operation
app_review copied to clipboard

Upgrade libraries to use in application with common packages

Open AlirezaDaryani opened this issue 2 years ago • 2 comments

When I need to use this package in my app, it was impossible to upgrade common packages. for example I want to use package_info_plus: ^3.0.2 in my app but it was impossible because app_review used old versions of that. Here is updated packages in yaml file:

  package_info_plus: ^3.0.2
  url_launcher: ^6.1.7

AlirezaDaryani avatar Nov 22 '22 09:11 AlirezaDaryani

@rodydavis Please check this PR 🙏

yutae avatar Dec 15 '22 13:12 yutae

I think you can add your dependencies in your yaml. Since app_review use package_info_plus: ^3.0.1, you can use any version of package_info_plus between 3.0.1 and 4.0.0.

techwn avatar Aug 02 '23 07:08 techwn