app_review_dialog 2.0.1
app_review_dialog: ^2.0.1 copied to clipboard
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 #
- 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.0 #
- 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.
1.0.0 #
- 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.