Flutter

Install the Apphud Flutter SDK with flutter pub add apphud. Requires Dart SDK 3.3+.

Installation

Run the following command:

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

where VERSION is latest SDK version from our releases page.

📘

Requirements

The Apphud Flutter SDK requires Dart SDK 3.3 or newer.

Now in your Dart code, add:

import 'package:apphud/apphud.dart';

Please check the guide at pub.dev for more details.


👍

App Release Checklist

To minimize the risk of mistakes during setup and avoid the need for app resubmission, please read the App Release Checklist carefully.


What’s Next

Learn how to initialize SDK and manage purchases

Did this page help you?