inapp_purchase_wrapper 1.1.2
inapp_purchase_wrapper: ^1.1.2 copied to clipboard
A comprehensive wrapper for Flutter's in_app_purchase plugin that simplifies cross-platform (Android/iOS) in-app purchases with unified APIs for product purchasing, verification, and order management.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add inapp_purchase_wrapperThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
inapp_purchase_wrapper: ^1.1.2Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:inapp_purchase_wrapper/inapp_purchase_wrapper.dart';