flutter_store_listing 0.3.0+1 copy "flutter_store_listing: ^0.3.0+1" to clipboard
flutter_store_listing: ^0.3.0+1 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

2
likes
130
pub points
73%
popularity

Publisher

verified publishercodeux.design

Flutter plugin to handle app reviews with SKStoreReviewController, generate app store links and open them for iOS or android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http, logging, package_info_plus, pedantic, url_launcher

More

Packages that depend on flutter_store_listing