flutter_payments 0.1.1 copy "flutter_payments: ^0.1.1" to clipboard
flutter_payments: ^0.1.1 copied to clipboard

outdated

In App Payments for Apple and Google Play, supporting all forms of IAP products.

flutter_payments #

Flutter In App Purchases For Humans.

pub package

Getting Started #

This plugin makes it easy to make products or subscriptions for both Apple App Store and Google Play.

Subscriptions #

You can use the built-in SubscriptionManager which provides a Stream interface for purchase states and abstracts away most of the logic around subscription management. However, it does not perform extended validation of a Subscription, so it may be possible to inject an invalid Subscription depending on the platform and device security settings. It is recommended that you perform server-side validation of all purchases, if that is a concern.

SubscriptionManager Example

In App Purchases (Non-subscription Products) #

You can run the included example app on an Android device to test the payment flow with test product SKUs.

Example App

0
likes
0
pub points
28%
popularity

Publisher

unverified uploader

In App Payments for Apple and Google Play, supporting all forms of IAP products.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on flutter_payments