purchase_service 1.0.0 copy "purchase_service: ^1.0.0" to clipboard
purchase_service: ^1.0.0 copied to clipboard

A comprehensive Flutter package for handling RevenueCat in-app purchases and subscriptions with real-time status tracking and paywall integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add purchase_service

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

dependencies:
  purchase_service: ^1.0.0

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_service/purchase_service.dart';
0
likes
150
points
52
downloads

Publisher

verified publisherstudentmitra.in

Weekly Downloads

A comprehensive Flutter package for handling RevenueCat in-app purchases and subscriptions with real-time status tracking and paywall integration.

Repository (GitHub)
View/report issues

Topics

#in-app-purchase #revenue-cat #subscriptions #flutter #monetization

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, purchases_flutter, purchases_ui_flutter

More

Packages that depend on purchase_service