in_app_purchase_android 0.1.0 copy "in_app_purchase_android: ^0.1.0" to clipboard
in_app_purchase_android: ^0.1.0 copied to clipboard

unlistedoutdated

An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.

in_app_purchase_android #

The Android implementation of in_app_purchase.

Usage #

Import the package #

This package has been endorsed, meaning that you only need to add in_app_purchase as a dependency in your pubspec.yaml. It will be automatically included in your app when you depend on package:in_app_purchase.

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  in_app_purchase: ^0.6.0
  ...

If you wish to use the Android package only, you can add in_app_purchase_android as a dependency:

...
dependencies:
  ...
  in_app_purchase_android: ^1.0.0
  ...

TODO #

  • Add an example application demonstrating the use of the [in_app_purchase_android] package (see also issue flutter/flutter#81695).
14
likes
0
pub points
97%
popularity

Publisher

verified publisherflutter.dev

An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, in_app_purchase_platform_interface, json_annotation, meta, test

More

Packages that depend on in_app_purchase_android