Skip to main content

Documentation Index

Fetch the complete documentation index at: https://moengage-crashes-in-debug-feedback.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Flutter is Google’s UI toolkit for building natively compiled applications for iOS and Android from a single codebase. Download

Plugin Installation

To add MoEngage’s Flutter SDK to your application, edit your pubspec.yaml to add  moengage_flutter as a dependency.
dependencies:
	moengage_flutter: $lastestVersion
$latestVersion refers to the latest version of the plugin. Post including the dependency run the following command in terminal to install the dependency.
flutter pub get
A working Sample App can be found here.
After installing the plugin, use the following platform-specific configuration.