inapp_purchase_wrapper 1.1.0 copy "inapp_purchase_wrapper: ^1.1.0" to clipboard
inapp_purchase_wrapper: ^1.1.0 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_wrapper

This 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.0

Alternatively, 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';
0
likes
0
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

in_app_purchase, in_app_purchase_android, in_app_purchase_storekit, uuid

More

Packages that depend on inapp_purchase_wrapper