purchases_ui_flutter 7.0.0-beta.1 copy "purchases_ui_flutter: ^7.0.0-beta.1" to clipboard
purchases_ui_flutter: ^7.0.0-beta.1 copied to clipboard

Flutter plugin that integrates RevenueCat Paywalls. This plugin supports iOS and Android.

RevenueCat

pub package

purchases_ui_flutter #

purchases_ui_flutter allows to use RevenueCat's paywalls in your Flutter application. Check our main SDK for more information and our paywalls documentation

Installation #

To use this plugin, add purchases_flutter and purchases_ui_flutter as a dependency in your pubspec.yaml file.

Then, you can present your paywall like:

await RevenueCatUI.presentPaywall();

or, if you want to present it conditionally based on a user's entitlements:

await RevenueCatUI.presentPaywallIfNeeded("requiredEntitlementId");

Requirements #

purchases_ui_flutter requires XCode 14.0+ and minimum targets iOS 11.0+ and Android 24+. Paywalls will only work on iOS 15.0+ and Android 24+.

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.

15
likes
120
pub points
94%
popularity

Publisher

verified publisherrevenuecat.com

Flutter plugin that integrates RevenueCat Paywalls. This plugin supports iOS and Android.

Homepage
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface, purchases_flutter

More

Packages that depend on purchases_ui_flutter