SDK Installation 4.x.x

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

pub 4.0.0.

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 the terminal to install the dependency. After installing the plugin, use the platform-specific configuration.

Previous

Next

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

How can we improve this article?