Framework Dependency

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.

pubspec.yaml
dependencies:
	moengage_flutter: $lastestVersion

$latestVersion refers to the latest version of the plugin.

Post including the dependency run flutter pub get command in terminal to install the dependency.

After installing the plugin, use the following platform-specific configuration.

Previous

Next

Was this article helpful?
0 out of 0 found this helpful

How can we improve this article?