项目作者: hpoul

项目描述 :
Flutter plugin to handle app reviews with SKStoreReviewController and produce app store links.
高级语言: Dart
项目地址: git://github.com/hpoul/flutter_store_listing.git
创建时间: 2019-06-28T15:35:44Z
项目社区:https://github.com/hpoul/flutter_store_listing

开源协议:MIT License

下载


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

  1. void main() {
  2. // If available, display the review request dialog.
  3. // Does nothing when not on iOS.
  4. FlutterStoreListing().launchRequestReview(onlyNative: true);
  5. // Use URL Launcher to open play store / itunes store listing for review.
  6. FlutterStoreListing().launchStoreListing();
  7. }

Notes

Heavily based on https://github.com/AppleEducate/plugins/tree/master/packages/app_review