Skip to main content
Connect your IDE to the MoEngage docs MCP server for accurate, context-aware SDK guidance inside your development environment. Your assistant searches this documentation directly, helping you move through the integration with confidence.
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.
$latestVersion refers to the latest version of the plugin. Post including the dependency run the following command in terminal to install the dependency.
A working Sample App can be found here.
After installing the plugin, use the following platform-specific configuration.