app_paywall 0.0.1 copy "app_paywall: ^0.0.1" to clipboard
app_paywall: ^0.0.1 copied to clipboard

A Flutter package to integrate a RevenueCat paywall with fallback offers.

App Paywall #

A Flutter package to integrate a RevenueCat paywall with optional fallback products. Supports GetX and customizable colors.

Features #

  • Fetches products from RevenueCat
  • Fallback offers if network fails
  • Supports subscriptions and one-time purchases
  • Fully reactive with GetX
  • Customizable colors

Example #

PaywallPage(
  primaryColor: Colors.blue,
  surface: Colors.grey.shade200,
  onSurface: Colors.black,
  productIds: ["yearly_plan", "monthly_plan", "weekly_plan"],
  appleApiKey: "your_apple_api_key",
  googleApiKey: "your_google_api_key",
  entitlementID: "pro_entitlement",
)
0
likes
100
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package to integrate a RevenueCat paywall with fallback offers.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, get, purchases_flutter, purchases_ui_flutter

More

Packages that depend on app_paywall