Flutter is Google’s UI toolkit for building natively compiled applications for iOS and Android from a single codebase.
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 flutter pub get command in terminal to install the dependency.
info |
Note A working Sample App can be found here. |
After installing the plugin, use the following platform-specific configuration.