app_review_helper 0.2.0 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 tofalse
. - Add
remindedVersions
parameter to control the version to allow reminding.
0.1.1 #
- Use
in_app_review
instead ofapp_review
package.
0.1.0 #
- [BREAKING CHANGE] Move from static method to instance:
- Before:
AppReviewHelper.initial()
- Now:
AppReviewHelper.instance.initial()
- Before:
0.0.3+1 #
- Do nothing for the platforms that are not Android and iOS, only
openStore
will launch if thefallbackUrl
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'strue
by default. openStore
method will open thefallbackUrl
if available on not supported platforms.
0.0.2 #
- Add
openStore
to open the current app on the store.
0.0.1 #
- Initial release.