flutter_iap_plus 1.0.0 copy "flutter_iap_plus: ^1.0.0" to clipboard
flutter_iap_plus: ^1.0.0 copied to clipboard

PlatformAndroid

Flutter package for in-app purchase with 5 ready-made subscription UI templates. Handles product loading, purchase, restore, and premium state out of the box for iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_iap_plus

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

dependencies:
  flutter_iap_plus: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_iap_plus/flutter_iap_plus.dart';
3
likes
150
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package for in-app purchase with 5 ready-made subscription UI templates. Handles product loading, purchase, restore, and premium state out of the box for iOS and Android.

Repository (GitHub)
View/report issues

Topics

#iap #in-app-purchase #subscription #paywall #monetization

License

MIT (license)

Dependencies

flutter, flutter_screenutil, flutter_svg, in_app_purchase, in_app_purchase_android, logger, marquee, package_info_plus, shared_preferences, styled_text, url_launcher, vector_graphics

More

Packages that depend on flutter_iap_plus