in_app_purchase_utils 0.0.1 copy "in_app_purchase_utils: ^0.0.1" to clipboard
in_app_purchase_utils: ^0.0.1 copied to clipboard

This Flutter plugin simplifies in-app purchases by wrapping the in_app_purchase plugin with easy-to-understand methods and a streamlined integration flow, making it more accessible for developers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add in_app_purchase_utils

With Flutter:

 $ flutter pub add in_app_purchase_utils

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  in_app_purchase_utils: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:in_app_purchase_utils/in_app_purchase_utils.dart';
2
likes
0
points
80
downloads

Publisher

unverified uploader

Weekly Downloads

This Flutter plugin simplifies in-app purchases by wrapping the in_app_purchase plugin with easy-to-understand methods and a streamlined integration flow, making it more accessible for developers.

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, in_app_purchase, plugin_platform_interface

More

Packages that depend on in_app_purchase_utils

Packages that implement in_app_purchase_utils