verify_local_purchase 2.0.0 copy "verify_local_purchase: ^2.0.0" to clipboard
verify_local_purchase: ^2.0.0 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 Flutter:

 $ flutter pub add verify_local_purchase

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

dependencies:
  verify_local_purchase: ^2.0.0

Alternatively, your editor might support 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
160
points
9
downloads

Documentation

API reference

Publisher

verified publisherandresalvador.com

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

MIT (license)

Dependencies

app_store_server_sdk, flutter, googleapis_auth, http, in_app_purchase

More

Packages that depend on verify_local_purchase