influto_iap 1.0.0
influto_iap: ^1.0.0 copied to clipboard
Automatic store-purchase capture for the InfluTo Flutter SDK: listens to in_app_purchase and reports each purchase to InfluTo, so store-direct apps need no manual reporting.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add influto_iapThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
influto_iap: ^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:influto_iap/influto_iap.dart';