flutter_store_listing 0.2.0 copy "flutter_store_listing: ^0.2.0" to clipboard
flutter_store_listing: ^0.2.0 copied to clipboard

outdated

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
0
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

License

unknown (LICENSE)

Dependencies

flutter, http, logging, package_info, pedantic, url_launcher

More

Packages that depend on flutter_store_listing