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!
| 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 |
To use this plugin, add purchases_flutter as a dependency in your pubspec.yaml file.
purchases_flutter requires Xcode 14.0+ and minimum targets iOS 13.0+/Android SDK 21+ (Android 5.0+).
Our full SDK reference can be found here.
For more detailed information, you can view our complete documentation at docs.revenuecat.com.