To add the MoEngage Flutter Web SDK to your application, edit your application's pubspec.yaml file and add the below dependency to it:
dependencies:
moengage_flutter_web: $latestSdkVersion
replace $latestSdkVersion
with the latest SDK version.
Run flutter packages get
to install the SDK.