flutter_store_listing 1.0.0 flutter_store_listing: ^1.0.0 copied to clipboard
Flutter plugin to handle app reviews with SKStoreReviewController, generate app store links and open them for iOS or android.
flutter_store_listing #
Flutter plugin to open store listings for iOS App Store and Google Play store and
handle reviews, and on iOS ask for reviews using SKStoreReviewController
Usage #
see API Documentation for details: https://pub.dev/documentation/flutter_store_listing/latest/flutter_store_listing/FlutterStoreListing-class.html
void main() {
// If available, display the review request dialog.
// Does nothing when not on iOS.
FlutterStoreListing().launchRequestReview(onlyNative: true);
// Use URL Launcher to open play store / itunes store listing for review.
FlutterStoreListing().launchStoreListing();
}
Notes #
Heavily based on https://github.com/AppleEducate/plugins/tree/master/packages/app_review