in_app_review_flutter 1.0.1
in_app_review_flutter: ^1.0.1 copied to clipboard
A Flutter plugin for requesting and launching the In-App Review flow on Android and iOS. Supports checking availability and opening the store listing.
1.0.1 #
- Migrated Android build configuration to Built-in Kotlin (compatible with AGP 9.0+).
1.0.0 #
- Initial release with support for requesting in-app reviews.
- Added
isAvailable()to check if the review flow is available. - Added
openStoreListing()to open the app's store page as a fallback. - Android support implemented.