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

Upgrade libraries to use in application with common packages #72

Open AlirezaDaryani opened 1 year ago

AlirezaDaryani commented 1 year ago

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 commented 1 year ago

@rodydavis Please check this PR 🙏

techwn commented 11 months ago

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.