app_review_helper 0.2.0 copy "app_review_helper: ^0.2.0" to clipboard
app_review_helper: ^0.2.0 copied to clipboard

This plugin will make it easier for you to use in-app review with minimal conditions.

0.2.0 #

  • [BREAKING CHANGE] Change keepRemind default value to false.
  • Add remindedVersions parameter to control the version to allow reminding.

0.1.1 #

  • Use in_app_review instead of app_review package.

0.1.0 #

  • [BREAKING CHANGE] Move from static method to instance:
    • Before: AppReviewHelper.initial()
    • Now: AppReviewHelper.instance.initial()

0.0.3+1 #

  • Do nothing for the platforms that are not Android and iOS, only openStore will launch if the fallbackUrl is available.

0.0.3 #

  • Added keepRemind parameter to disable the default behavior (default behavior is auto requests for the review on each new version), and it's true by default.
  • openStore method will open the fallbackUrl if available on not supported platforms.

0.0.2 #

  • Add openStore to open the current app on the store.

0.0.1 #

  • Initial release.