verify_local_purchase 1.0.1
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_purchaseWith Flutter:
$ flutter pub add verify_local_purchaseThis 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.1Alternatively, 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';