https://github.com/revenuecat/purchases-flutter
Flutter plugin for in-app purchases and subscriptions. Supports iOS, macOS and Android.
https://github.com/revenuecat/purchases-flutter
android flutter flutter-plugin hacktoberfest iap ios stripe
Last synced: about 1 month ago
JSON representation
Flutter plugin for in-app purchases and subscriptions. Supports iOS, macOS and Android.
- Host: GitHub
- URL: https://github.com/revenuecat/purchases-flutter
- Owner: RevenueCat
- License: mit
- Created: 2019-05-10T00:44:19.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T04:53:49.000Z (about 2 months ago)
- Last Synced: 2025-05-14T17:04:19.868Z (about 1 month ago)
- Topics: android, flutter, flutter-plugin, hacktoberfest, iap, ios, stripe
- Language: Dart
- Homepage: https://www.revenuecat.com/
- Size: 2.62 MB
- Stars: 641
- Watchers: 19
- Forks: 186
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-LATEST.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
[](https://pub.dartlang.org/packages/purchases_flutter)## purchases_flutter
*purchases_flutter* is a client for the [RevenueCat](https://www.revenuecat.com/) 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](https://docs.revenuecat.com/docs/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](https://docs.revenuecat.com/docs/flutter) and [SDK Reference](https://pub.dev/documentation/purchases_flutter/latest/) up to date
🔀 | [Integrations](https://www.revenuecat.com/integrations) - over a dozen integrations to easily send purchase data where you need it
💯 | Well maintained - [frequent releases](https://github.com/RevenueCat/purchases-flutter/releases)
📮 | Great support - [Help Center](https://revenuecat.zendesk.com)## Installation
To use this plugin, add `purchases_flutter` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).### Requirements
*purchases_flutter* requires Xcode 14.0+ and minimum targets iOS 13.0+/Android SDK 21+ (Android 5.0+).## SDK Reference
Our full SDK reference [can be found here](https://pub.dev/documentation/purchases_flutter/latest/).## Getting Started
For more detailed information, you can view our complete documentation at [docs.revenuecat.com](https://docs.revenuecat.com/docs/flutter).