PackageTrack
Sign in Get early access

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 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 35
  1. 0.13.1 05 Jun 2026
    Release notes
    • TYPO: compeletedInDebugMode -> completedInDebugMode.
    Open source →
  2. 0.13.0 17 May 2026
    Release notes
    • Bump conditional_trigger to ^0.7.0.
    • Bump font_awesome_flutter to ^11.0.0.
    Open source →
  3. 0.12.0 11 Nov 2025
    Release notes
    • Bump conditional_trigger to ^0.6.0.
    Open source →
  4. 0.11.0 31 Aug 2025
    Release notes
    • [BREADKING CHANGE] Move the openStore method to open_the_store package to avoid useless dependencies.
    • [BREADKING CHANGE] Remove deprecated methods.
    Open source →
  5. 0.10.2 31 Jul 2024
    Release notes
    • Fixes issue with AdaptiveReviewDialog on IOS.
    Open source →
  6. 0.10.1 08 Jun 2024
    Release notes
    • Bump dependencies.
    Open source →
  7. 0.10.1+1 22 Jun 2024
    Release notes
    • Update README and some comments.
    Open source →
  8. 0.10.0 09 May 2024
    Release notes
    • Bump the sdk version to ^3.3.0.
    • Bump the package_info_plus version to ^8.0.0.
    Open source →
  9. 0.9.5 20 Jan 2024
    Release notes
    • Add satisfactionBarrierDismissible and barrierColor to the ReviewDialog.
    • The opinion dialog won't be shown if the satisfaction dialog is closed by tapping on the barrier.
    • Fix issue that the AdaptiveReviewDialog shows the satisfactionLikeIcon incorrectly.
    • Use Good and Improve for the satisfaction dialog of the FriendlyReviewDialog and FriendlyAdaptiveReviewDialog.
    Open source →
  10. 0.9.4 12 Jan 2024
    Release notes
    • Add FriendlyReviewDialog and FriendlyAdaptiveReviewDialog that use FontAwesomeIcons.faceSmile and FontAwesomeIcons.faceFrownOpen for the satisfaction dialog button icon.
    • Update README.
    Open source →
  11. 0.9.3 04 Jan 2024
    Release notes
    • Fixed: shows the satisfactionLikeIcon incorrectly.
    Open source →
  12. 0.9.2 03 Jan 2024
    Release notes
    • Add macos to the supported platform list.

    • Add ReviewDialog abstract so we can easily implement custom dialogs.

    • Add DefaultReviewDialog which implements ReviewDialog to show the default dialog.

    • Add AdaptiveReviewDialog which is the same as DefaultReviewDialog but can adapt with the specific platform UI design using AlertDialog.adaptive.

    • Mark ReviewDialogConfig as 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);
          },
        ),
      );
      
    Open source →
  13. 0.9.1 03 Jan 2024
    Release notes
    • Correctly show the review.
    • Reduced the package size.
    Open source →
  14. 0.9.0 29 Dec 2023
    Release notes
    • Bump conditional_trigger to v0.4.0 (With BREAKCHANGE).
    • Change from ReviewState.dontSatisfyWithMinCalls, ReviewState.dontSatisfyWithMinDays and ReviewState.dontSatisfyWithMinCallsAndDays to ReviewState.notSatisfiedWithMinCalls, ReviewState.notSatisfiedWithMinDays and ReviewState.notSatisfiedWithMinCallsAndDays.
    Open source →
  15. 0.8.0 22 Nov 2023
    Release notes
    • Bump dependencies.
    Open source →
  16. 0.7.1 19 Oct 2023
    Release notes
    • Change package_info_plus version to ^4.2.0.
    Open source →
  17. 0.7.0 09 Oct 2023
    Release notes
    • Upgrade dependencies.
    Open source →
  18. 0.6.1 07 Oct 2023
    Release notes
    • Update comments.
    • Update homepage URL.
    Open source →
  19. 0.6.0 18 Sep 2023
    Release notes
    • Bump dependencies.
    Open source →
  20. 0.5.0 28 Jul 2023
    Release notes
    • Rename from ReviewResult to ReviewState and:
      • Rename from minCallThisFunction to minCalls.
      • Rename dontSatisfyWithMinCallThisFunction to dontSatisfyWithMinCalls.
      • Add dontSatisfyWithMinCallsAndDays.
    • Bump dependencies.
    Open source →
  21. 0.4.3 06 Jul 2023
    Release notes
    • Add anonymous text under text field of the opinion dialog.
    Open source →
  22. 0.4.2 03 Jul 2023
    Release notes
    • Improves pub scores.
    Open source →
  23. 0.4.1 01 Jul 2023
    Release notes
    • Update dependencies.
    • Update screenshots.
    Open source →
  24. 0.4.0 01 Jul 2023

    Nothing published for this version

  25. 0.4.0-rc.2 25 Jun 2023 pre-release
    Release notes
    • Update dependencies.
    Open source →
  26. 0.4.0-rc.1 21 Jun 2023 pre-release
    Release notes
    • Add dialogs to ask users about their opinions before requesting the review.
    • Improve code logic.
    • Add tests.
    • Add example.
    Open source →
  27. 0.3.0 14 May 2023
    Release notes
    • Update dependencies.
    • Update dart sdk to ">=2.18.0 <4.0.0`, flutter min sdk to "3.3.0".
    Open source →
  28. 0.2.1 21 Mar 2023
    Release notes
    • [BUG] Fixed the way calculating minDays.
    Open source →
  29. 0.2.0 26 Jan 2023
    Release notes
    • [BREAKING CHANGE] Change keepRemind default value to false.
    • Add remindedVersions parameter to control the version to allow reminding.
    Open source →
  30. 0.1.1 10 Jan 2023
    Release notes
    • Use in_app_review instead of app_review package.
    Open source →
  31. 0.1.0 01 Dec 2022
    Release notes
    • [BREAKING CHANGE] Move from static method to instance:
      • Before: AppReviewHelper.initial()
      • Now: AppReviewHelper.instance.initial()
    Open source →
  32. 0.0.3 23 Nov 2022
    Release notes
    • 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.
    Open source →
  33. 0.0.3+1 25 Nov 2022
    Release notes
    • Do nothing for the platforms that are not Android and iOS, only openStore will launch if the fallbackUrl is available.
    Open source →
  34. 0.0.2 10 Nov 2022
    Release notes
    • Add openStore to open the current app on the store.
    Open source →
  35. 0.0.1 02 Nov 2022
    Release notes
    • Initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive