appactor_flutter 0.0.3 copy "appactor_flutter: ^0.0.3" to clipboard
appactor_flutter: ^0.0.3 copied to clipboard

AppActor Flutter SDK — server-authoritative in-app purchase management for iOS and Android.

AppActor
In-App Purchase Infrastructure
for Flutter

AppActor handles in-app purchases, subscriptions, and entitlements so you can focus on building your app. One SDK for both iOS and Android.

Installation #

dependencies:
  appactor_flutter: ^0.0.2

Quick Start #

import 'package:appactor_flutter/appactor_flutter.dart';

// Configure once
await AppActor.instance.configure(apiKey: 'pk_YOUR_API_KEY');

// Fetch offerings
final offerings = await AppActor.instance.offerings();

// Make a purchase
final result = await AppActor.instance.purchase(package: offerings.current!.monthly!);

// Check entitlements
final info = await AppActor.instance.getCustomerInfo();
final isPremium = info.hasActiveEntitlement('premium');

Documentation #

Visit appactor.com/docs for full documentation.

Contributing #

  • Open an issue for bug reports or feature requests
  • Email us at sdk@appactor.com

License #

MIT License. See LICENSE for details.

0
likes
0
points
607
downloads

Publisher

verified publisherappactor.com

Weekly Downloads

AppActor Flutter SDK — server-authoritative in-app purchase management for iOS and Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on appactor_flutter

Packages that implement appactor_flutter