Skip to content

Flutter plugin for in-app purchases and subscriptions. Supports iOS, macOS and Android.

License

Notifications You must be signed in to change notification settings

RevenueCat/purchases-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

018fab5 · Feb 26, 2025
Feb 14, 2025
Feb 1, 2023
Feb 26, 2025
Feb 25, 2025
Jul 30, 2021
Aug 21, 2024
Feb 26, 2025
Feb 24, 2025
Feb 26, 2025
Aug 19, 2024
Feb 26, 2025
Feb 25, 2025
Dec 11, 2020
Feb 24, 2025
Jun 25, 2024
Feb 25, 2025
Jun 15, 2019
Jan 12, 2024
May 26, 2023
Feb 26, 2025
Feb 26, 2025
Feb 26, 2025
Sep 13, 2021
Jan 25, 2023
Aug 26, 2022
Feb 1, 2023
Feb 25, 2025
Jun 17, 2019
Aug 8, 2024
Sep 9, 2022
Feb 26, 2025
Jun 22, 2023
Dec 12, 2021
Dec 12, 2021
Feb 26, 2025

Repository files navigation

RevenueCat

pub package

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 14.0+ and minimum targets iOS 13.0+/Android SDK 21+ (Android 5.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.