Guides
GuidesLog In
Guides

Flutter

This guide describes how to add and use Apphud SDK to your Flutter app.

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.

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?