apphud 2.5.1 copy "apphud: ^2.5.1" to clipboard
apphud: ^2.5.1 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/common/debug_bloc_observer.dart';
import 'package:apphud_example/src/my_app.dart';
import 'package:bloc_concurrency/bloc_concurrency.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';

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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, json_annotation

More

Packages that depend on apphud