ackbiz_billing 0.13.2
ackbiz_billing: ^0.13.2 copied to clipboard
Shared billing for every ACKBiz app: Google Play, User Choice Billing, and the ACKBiz alternative rail, behind one purchase call.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ackbiz_billingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ackbiz_billing: ^0.13.2Alternatively, 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:ackbiz_billing/ackbiz_billing.dart';