in_app_purchase_android 0.2.3+6 copy "in_app_purchase_android: ^0.2.3+6" to clipboard
in_app_purchase_android: ^0.2.3+6 copied to clipboard

unlisted

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add in_app_purchase_android

With Flutter:

 $ flutter pub add in_app_purchase_android

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

dependencies:
  in_app_purchase_android: ^0.2.3+6

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_android/in_app_purchase_android.dart';
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

More

Packages that depend on in_app_purchase_android