app_review_dialog
A beautiful, localised in-app rating dialog for Flutter. Shows a star rating prompt; positive ratings invite a store review, negative ones open a feedback email.
2.0.1
137 downloads/mo
#1708 most downloaded on pub.dev
emavgl/app_review_dialog
What this package is like to depend on
Last release 1 months ago
05 Jul 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
3 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · May 2026 to Jul 2026Releases
latest 3-
2.0.105 Jul 2026Release notes
Open source →- Shortened the pubspec description to fit pub.dev's length guidelines.
- Replaced deprecated
WillPopScopewithPopScope; bumped the minimum Flutter SDK to 3.22.0 accordingly. - Raised the minimum
url_launcherconstraint to^6.1.0(the lowest version that provides theLaunchModeAPI this package relies on), fixingdart pub downgraderesolution. - Added an
example/app.
-
2.0.005 Jul 2026Release notes
Open source →- Breaking:
AppReviewDialog.show()now always returns a non-nullAppReviewDialogResult(tapping the modal barrier used to returnnull; it now resolves toAppReviewDialogAction.dismissed). - Breaking:
AppReviewDialogActiongained a newcancelledvalue. Tapping the explicit "Cancel" button now returnscancelled, while backing out via the device back button/gesture or tapping outside the dialog returnsdismissed— callers can tell an explicit "no thanks" apart from an incidental dismissal.
- Breaking:
-
1.0.017 May 2026Release notes
Open source →- Initial release.
- 5‑star rating dialog with full‑point granularity.
- Two outcome paths: positive → "Rate in store" + "Support & Contribute"; negative → "Send us an email".
- Automatic locale detection (22 languages).
- Android
market://and iOSitms-apps://deep links with HTTPS fallbacks. - Theme‑aware (follows
Materialcolor scheme, light & dark). - Every string overridable per invocation.
minPositiveRatingthreshold,continueButtonLabel,storePackageName,appStoreId,supportWebsitePageparameters.- Bounce animation on tapped star.