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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_store_listing

With Flutter:

 $ flutter pub add flutter_store_listing

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_store_listing: ^0.2.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_store_listing/flutter_store_listing.dart';
2
likes
0
pub points
72%
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_plus, pedantic, url_launcher

More

Packages that depend on flutter_store_listing