xsoulspace_review_google_apple 0.4.0-beta.2 copy "xsoulspace_review_google_apple: ^0.4.0-beta.2" to clipboard
xsoulspace_review_google_apple: ^0.4.0-beta.2 copied to clipboard

Google Play and Apple App Store review implementation for xsoulspace_review

xsoulspace_review_google_apple #

Google Play and Apple App Store review implementation for xsoulspace_review.

Features #

  • Native in-app review prompts for Android (Google Play)
  • Native in-app review prompts for iOS (App Store)
  • Uses the in_app_review package

Usage #

import 'package:xsoulspace_review_google_apple/xsoulspace_review_google_apple.dart';
import 'package:xsoulspace_review/xsoulspace_review.dart';

// Create the reviewer
final reviewer = GoogleAppleStoreReviewer();

// Use with ReviewFoundation
final foundation = ReviewFoundation(
  storeReviewer: reviewer,
  requester: StoreReviewRequester(localDb: yourLocalDb),
);

await foundation.init();

Platform Support #

  • ✅ Android (Google Play)
  • ✅ iOS (App Store)
  • xsoulspace_review_interface - Base abstractions
  • xsoulspace_review - Core orchestration
0
likes
150
points
1
downloads

Publisher

verified publisherxsoulspace.dev

Weekly Downloads

Google Play and Apple App Store review implementation for xsoulspace_review

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, in_app_review, xsoulspace_review_interface

More

Packages that depend on xsoulspace_review_google_apple