purchase_paywall 0.0.2 copy "purchase_paywall: ^0.0.2" to clipboard
purchase_paywall: ^0.0.2 copied to clipboard

In-app purchase, subscription, purchase paywall page. PurchasePayWall is providing different types of PayWalls to satisfy different purchase types and design needs. Paywall classes does not provide an [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add purchase_paywall

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  purchase_paywall: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:purchase_paywall/purchase_paywall.dart';
5
likes
30
pub points
10%
popularity

Publisher

unverified uploader

In-app purchase, subscription, purchase paywall page. PurchasePayWall is providing different types of PayWalls to satisfy different purchase types and design needs. Paywall classes does not provide any functionality for purchase operations. You have to implement the purchase and pass the necessary callback functions to the desired PayWall class to make use of it.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

auto_size_text, flutter, flutter_simple_dependency_injection, page_view_indicators, url_launcher

More

Packages that depend on purchase_paywall