apphud 1.0.0 copy "apphud: ^1.0.0" to clipboard
apphud: ^1.0.0 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.

example/lib/main.dart

import 'package:appHud_example/app_delegate/app_delegate_widget.dart';
import 'package:flutter/material.dart';
import 'dart:async';

import 'package:flutter/services.dart';
import 'package:apphud/apphud.dart';

void main() {
  runApp(AppDelegateWidget());
}
12
likes
0
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

unknown (LICENSE)

Dependencies

flutter, json_annotation

More

Packages that depend on apphud