purchases_flutter
purchases_flutter is a client for the RevenueCat subscription and purchase tracking system. It is an open source framework that provides a wrapper around StoreKit
, Google Play Billing
and the RevenueCat backend to make implementing in-app subscriptions in Flutter
easy - receipt validation and status tracking included!
Features
RevenueCat | |
---|---|
✅ | Server-side receipt validation |
➡️ | Webhooks - enhanced server-to-server communication with events for purchases, renewals, cancellations, and more |
🎯 | Subscription status tracking - know whether a user is subscribed whether they're on iOS or Android |
📊 | Analytics - automatic calculation of metrics like conversion, mrr, and churn |
📝 | Online documentation and SDK Reference up to date |
🔀 | Integrations - over a dozen integrations to easily send purchase data where you need it |
💯 | Well maintained - frequent releases |
📮 | Great support - Help Center |
Installation
To use this plugin, add purchases_flutter
as a dependency in your pubspec.yaml file.
Requirements
purchases_flutter requires XCode 13.3.1+ and minimum targets iOS 11.0+.
SDK Reference
Our full SDK reference can be found here.
Getting Started
For more detailed information, you can view our complete documentation at docs.revenuecat.com.
Libraries
- errors
- models/customer_info_wrapper
- models/entitlement_info_wrapper
- models/entitlement_infos_wrapper
- models/google_product_change
- models/introductory_price
- models/offering_wrapper
- models/offerings_wrapper
- models/package_wrapper
- models/period_unit
- models/period_wrapper
- models/price_wrapper
- models/pricing_phase_wrapper
- models/product_category
- models/promotional_offer
- models/purchases_configuration
- models/store
- models/store_product_discount
- models/store_product_wrapper
- models/store_transaction
- models/subscription_option_wrapper
- models/upgrade_info
- object_wrappers
- purchases_flutter