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

example/lib/main.dart

import 'package:apphud_example/src/feature/common/debug_bloc_observer.dart';
import 'package:apphud_example/src/my_app.dart';
import 'package:apphud_example/src/my_simple_app.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';

void main() {
  Bloc.observer = DebugBlocObserver();
  runApp(MyApp());
  // Comment above and uncomment below to use simple app based on a StateFullWidget
  //runApp(MySimpleApp());
}
12
likes
0
pub points
86%
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

License

unknown (LICENSE)

Dependencies

collection, flutter, json_annotation

More

Packages that depend on apphud