store_purchase_kit 1.0.0
store_purchase_kit: ^1.0.0 copied to clipboard
Enterprise Flutter Store Purchase Library using Native StoreKit2 and Google Billing with MethodChannel/EventChannel by IT36VN.com
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add store_purchase_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
store_purchase_kit: ^1.0.0Alternatively, 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:store_purchase_kit/store_purchase_kit.dart';