app_review_helper
This plugin will make it easier for you to use in-app review with minimal conditions.
0.13.1
171 downloads/mo
#1480 most downloaded on pub.dev
lamnhan066/app_review_helper
What this package is like to depend on
Last release 2 months ago
05 Jun 2026
Ships unpredictably
gaps range from 2 weeks to 13 months
Nearly every release is documented
notes for 32 of 33 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
35 releases · first in 2022
4 releases in the last 12 months
see the full history below
Release timeline
35 releases · Nov 2022 to Jun 2026Releases
latest 35-
0.13.105 Jun 2026 -
0.13.017 May 2026Release notes
Open source →- Bump
conditional_triggerto^0.7.0. - Bump
font_awesome_flutterto^11.0.0.
- Bump
-
0.12.011 Nov 2025 -
0.11.031 Aug 2025Release notes
Open source →- [BREADKING CHANGE] Move the
openStoremethod to open_the_store package to avoid useless dependencies. - [BREADKING CHANGE] Remove deprecated methods.
- [BREADKING CHANGE] Move the
-
0.10.231 Jul 2024 -
0.10.108 Jun 2024 -
0.10.1+122 Jun 2024 -
0.10.009 May 2024Release notes
Open source →- Bump the sdk version to
^3.3.0. - Bump the
package_info_plusversion to^8.0.0.
- Bump the sdk version to
-
0.9.520 Jan 2024Release notes
Open source →- Add
satisfactionBarrierDismissibleandbarrierColorto theReviewDialog. - The opinion dialog won't be shown if the satisfaction dialog is closed by tapping on the barrier.
- Fix issue that the
AdaptiveReviewDialogshows thesatisfactionLikeIconincorrectly. - Use
GoodandImprovefor the satisfaction dialog of theFriendlyReviewDialogandFriendlyAdaptiveReviewDialog.
- Add
-
0.9.412 Jan 2024Release notes
Open source →- Add
FriendlyReviewDialogandFriendlyAdaptiveReviewDialogthat useFontAwesomeIcons.faceSmileandFontAwesomeIcons.faceFrownOpenfor the satisfaction dialog button icon. - Update README.
- Add
-
0.9.304 Jan 2024 -
0.9.203 Jan 2024Release notes
Open source →-
Add
macosto the supported platform list. -
Add
ReviewDialogabstract so we can easily implement custom dialogs. -
Add
DefaultReviewDialogwhich implementsReviewDialogto show the default dialog. -
Add
AdaptiveReviewDialogwhich is the same asDefaultReviewDialogbut can adapt with the specific platform UI design usingAlertDialog.adaptive. -
Mark
ReviewDialogConfigas deprecated (but not a Breaking Change). Migration guide:- Old:
instance.initial( reviewDialogConfig: ReviewDialogConfig( context: context, isUsefulText: 'How do you feel about this app?', likeText: 'Like', dislikeText: 'Dislike', whatCanWeDoText: 'Please let us know what we can do to improve this app', submitButtonText: 'Submit', cancelButtonText: 'Cancel', anonymousText: 'Completely anonymous', whatCanWeDo: (opinion) { /// You can save this user's opinion to your database debugPrint(opinion); }, ), );- Now:
instance.initial( reviewDialog: DefaultReviewDialog( context: context, satisfactionText: 'How do you feel about this app?', satisfactionLikeText: 'Like', satisfactionLikeIcon: const Icon(Icons.thumb_up), satisfactionDislikeText: 'Dislike', satisfactionDislikeIcon: const Icon(Icons.thumb_down, color: Colors.grey), opinionText: 'Please let us know what we can do to improve this app', opinionSubmitButtonText: 'Submit', opinionCancelButtonText: 'Cancel', opinionAnonymousText: 'Completely anonymous', opinionFeedback: (opinion) { /// You can save this user's opinion to your database debugPrint(opinion); }, ), );
-
-
0.9.103 Jan 2024 -
0.9.029 Dec 2023Release notes
Open source →- Bump
conditional_triggertov0.4.0(With BREAKCHANGE). - Change from
ReviewState.dontSatisfyWithMinCalls,ReviewState.dontSatisfyWithMinDaysandReviewState.dontSatisfyWithMinCallsAndDaystoReviewState.notSatisfiedWithMinCalls,ReviewState.notSatisfiedWithMinDaysandReviewState.notSatisfiedWithMinCallsAndDays.
- Bump
-
0.8.022 Nov 2023 -
0.7.119 Oct 2023 -
0.7.009 Oct 2023 -
0.6.107 Oct 2023 -
0.6.018 Sep 2023 -
0.5.028 Jul 2023Release notes
Open source →- Rename from
ReviewResulttoReviewStateand:- Rename from
minCallThisFunctiontominCalls. - Rename
dontSatisfyWithMinCallThisFunctiontodontSatisfyWithMinCalls. - Add
dontSatisfyWithMinCallsAndDays.
- Rename from
- Bump dependencies.
- Rename from
-
0.4.306 Jul 2023 -
0.4.203 Jul 2023 -
0.4.101 Jul 2023 -
0.4.001 Jul 2023Nothing published for this version
-
0.4.0-rc.225 Jun 2023 pre-release -
0.4.0-rc.121 Jun 2023 pre-releaseRelease notes
Open source →- Add dialogs to ask users about their opinions before requesting the review.
- Improve code logic.
- Add tests.
- Add example.
-
0.3.014 May 2023Release notes
Open source →- Update dependencies.
- Update dart sdk to ">=2.18.0 <4.0.0`, flutter min sdk to "3.3.0".
-
0.2.121 Mar 2023 -
0.2.026 Jan 2023Release notes
Open source →- [BREAKING CHANGE] Change
keepReminddefault value tofalse. - Add
remindedVersionsparameter to control the version to allow reminding.
- [BREAKING CHANGE] Change
-
0.1.110 Jan 2023 -
0.1.001 Dec 2022Release notes
Open source →- [BREAKING CHANGE] Move from static method to instance:
- Before:
AppReviewHelper.initial() - Now:
AppReviewHelper.instance.initial()
- Before:
- [BREAKING CHANGE] Move from static method to instance:
-
0.0.323 Nov 2022Release notes
Open source →- Added
keepRemindparameter to disable the default behavior (default behavior is auto requests for the review on each new version), and it'strueby default. openStoremethod will open thefallbackUrlif available on not supported platforms.
- Added
-
0.0.3+125 Nov 2022Release notes
Open source →- Do nothing for the platforms that are not Android and iOS, only
openStorewill launch if thefallbackUrlis available.
- Do nothing for the platforms that are not Android and iOS, only
-
0.0.210 Nov 2022 -
0.0.102 Nov 2022