smart_review_prompter 1.1.0
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
tryShowingReviewWithLimitto 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
LateInitializationErrorby refactoringSharedPreferencesaccess to be safely and dynamically initialized on demand. - Utility Getters: Added helpful getters to query metrics like
getAppOpenCount(),getDaysSinceInstall(),hasUserAlreadyRated(),getPromptCount(), andgetLastPromptDate(). - 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.