apphud 1.0.0
apphud: ^1.0.0 copied to clipboard
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());
}