In-App Purchases (IAP)

Integrate in-app purchases and subscriptions into Flutter apps using the in_app_purchase plugin.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/vertivolatam/monorepo --skill in-app-purchases-iap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: In-App Purchases (IAP)
Source: https://github.com/vertivolatam/monorepo/tree/main/skills/flutter/in-app-purchases
Command: npx skills add https://github.com/vertivolatam/monorepo --skill in-app-purchases-iap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires in_app_purchase, purchases_flutter, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of integrating in-app purchases and subscriptions into Flutter applications, enabling effective monetization strategies.

Core Features & Use Cases

  • Product Management: Define and fetch consumable, non-consumable, and subscription products.
  • Purchase Flow: Handle the entire purchase lifecycle, including initiation, confirmation, and delivery.
  • Subscription Handling: Manage recurring payments, check active subscriptions, and provide access to premium features.
  • Restore Purchases: Allow users to restore previously made purchases across devices.
  • Use Case: Implement a "Remove Ads" non-consumable purchase or a monthly subscription for premium content within your Flutter app.

Quick Start

Implement in-app purchases for your Flutter app using the in_app_purchase plugin and RevenueCat for subscription management.

Frequently Asked Questions about In-App Purchases (IAP)

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement in-app purchases in Flutter for both iOS and Android?

To implement in-app purchases in Flutter, use the `in_app_purchase` plugin to handle product fetching, purchase flows, and receipt validation for both iOS App Store and Google Play Billing.

Can I use RevenueCat for Flutter subscription management?

Yes, you can use RevenueCat for Flutter subscription management by integrating the `purchases_flutter` dependency to handle recurring payments, check active subscriptions, and manage premium feature access.

What is the best way to restore previous in-app purchases in Flutter?

The best way to restore in-app purchases in Flutter is by utilizing the `in_app_purchase` plugin's built-in restoration flow to synchronize past consumable, non-consumable, and subscription transactions across user devices.

Does the Flutter in_app_purchase plugin support consumable and non-consumable products?

Yes, the Flutter `in_app_purchase` plugin supports consumable, non-consumable, and subscription products, allowing you to manage the complete purchase lifecycle from initiation and confirmation to delivery.

How do I validate receipts for in-app purchases in a Flutter app?

You validate receipts for in-app purchases in Flutter by managing the purchase lifecycle within the `in_app_purchase` plugin, optionally routing validation logic through RevenueCat using the `purchases_flutter` dependency.