verify_local_purchase 1.0.1 copy "verify_local_purchase: ^1.0.1" to clipboard
verify_local_purchase: ^1.0.1 copied to clipboard

A Flutter package for verifying in-app purchases and subscriptions locally on device with Apple App Store and Google Play Store.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add verify_local_purchase

With Flutter:

 $ flutter pub add verify_local_purchase

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

dependencies:
  verify_local_purchase: ^1.0.1

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:verify_local_purchase/verify_local_purchase.dart';
2
likes
0
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for verifying in-app purchases and subscriptions locally on device with Apple App Store and Google Play Store.

Repository (GitHub)
View/report issues

Topics

#in-app-purchase #app-store #google-play #subscription #verification

License

unknown (license)

Dependencies

app_store_server_sdk, flutter, googleapis_auth, plugin_platform_interface

More

Packages that depend on verify_local_purchase

Packages that implement verify_local_purchase