Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade libraries to use in application with common packages #72

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AlirezaDaryani
Copy link

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

@yutae
Copy link

yutae commented Dec 15, 2022

@rodydavis Please check this PR 🙏

@techwn
Copy link

techwn commented Aug 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants