apphud 2.5.4 apphud: ^2.5.4 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.5.4
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';