Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T16:35:01.000Z (13 days ago)
- Last Synced: 2025-01-12T18:00:23.238Z (11 days ago)
- Topics: android, flutter, flutter-plugin, hacktoberfest, iap, ios, stripe
- Language: Dart
- Homepage: https://www.revenuecat.com/
- Size: 2.45 MB
- Stars: 617
- Watchers: 20
- Forks: 172
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-LATEST.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![pub package](https://img.shields.io/pub/v/purchases_flutter.svg)](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).