apphud 2.4.5 copy "apphud: ^2.4.5" to clipboard
apphud: ^2.4.5 copied to clipboard

Official Apphud Flutter SDK is a lightweight open-source library to manage auto-renewable subscriptions and other in-app purchases in your iOS/Android app. No backend required.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apphud

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

dependencies:
  apphud: ^2.4.5

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:apphud/apphud.dart';
10
likes
120
pub points
84%
popularity

Publisher

unverified uploader

Official Apphud Flutter SDK is a lightweight open-source library to manage auto-renewable subscriptions and other in-app purchases in your iOS/Android app. No backend required.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, json_annotation

More

Packages that depend on apphud