app_review
app_review copied to clipboard
Upgrade libraries to use in application with common packages
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
@rodydavis Please check this PR 🙏
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.