smart_review_prompter 1.1.0 copy "smart_review_prompter: ^1.1.0" to clipboard
smart_review_prompter: ^1.1.0 copied to clipboard

A smart way to show in-app review prompts based on user engagement, such as app open count and days since install.

1.1.0 #

  • Multiple Prompts Support: Added tryShowingReviewWithLimit to allow showing the rating prompt multiple times up to a custom limit.
  • Cool-down & Delay System: Implemented customizable cool-down delays in days (minDaysBetweenPrompts) and app opens (minOpensBetweenPrompts) between subsequent prompts.
  • Dynamic Rating Detection: Added markUserAsRated() to permanently disable future prompts once the user has already rated.
  • Crashes & Bug Fixes: Resolved LateInitializationError by refactoring SharedPreferences access to be safely and dynamically initialized on demand.
  • Utility Getters: Added helpful getters to query metrics like getAppOpenCount(), getDaysSinceInstall(), hasUserAlreadyRated(), getPromptCount(), and getLastPromptDate().
  • Testing Helper: Added reset() to flush stored local parameters and cached values for easy debugging.
  • Interactive Playground: Overhauled example app into a complete diagnostic dashboard to test and preview conditions in real-time.

0.0.2 #

  • Fixed bug to getting more points
  • Added better error handling
  • Improved debug messages

0.0.1 #

  • Initial release of the smart_review_prompter.
  • Allows prompting for review based on app opens and days since install.
  • Tracks first install date and app open count.
7
likes
160
points
71
downloads

Documentation

API reference

Publisher

verified publishersatish.studio

Weekly Downloads

A smart way to show in-app review prompts based on user engagement, such as app open count and days since install.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, in_app_review, shared_preferences

More

Packages that depend on smart_review_prompter