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

outdated

Apphud SDK is a lightweight open-source library to manage auto-renewable subscriptions and other in-app purchases in your Flutter app.

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: ^1.0.1

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';
12
likes
40
pub points
86%
popularity

Publisher

unverified uploader

Apphud SDK is a lightweight open-source library to manage auto-renewable subscriptions and other in-app purchases in your Flutter app.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, json_annotation

More

Packages that depend on apphud