moengage_flutter 2.0.3 copy "moengage_flutter: ^2.0.3" to clipboard
moengage_flutter: ^2.0.3 copied to clipboard

outdated

Flutter Plugin for MoEngage Platform. MoEngage is an Intelligent Customer Engagement Platform

MoEngage Flutter Plugin #

2.0.3 #

  • Android artifacts use manven central instead of Jcenter.
  • Native SDK version 10.6.01
  • Plugin Base 1.2.01

2.0.2 #

  • Android Base plugin update for enabling callback extension.
  • Android Native SDK updated to 10.5.00

2.0.1 #

  • Bugfix: AppStatus method was getting called for other channel method calls as well.

2.0.0 #

  • Support for Self-Handled In-App
  • Support for In-App V3
  • Android SDK updated to support 10.4.03 and above.
  • iOS SDK dependency changed to support versions greater than 6.0.0.
  • Deprecated APIs
Then Now
MoEProperties().addInteger(String, int) MoEProperties().addAttribute.(String, dynamic)
MoEProperties().addString(String, String) MoEProperties().addAttribute(String, dynamic)
MoEProperties().addBoolean(String, bool) MoEProperties().addAttribute(String, dynamic)
MoEProperties().addDouble(String, double) MoEProperties().addAttribute(String, dynamic)
MoEProperties().addLocation(String, MoEGeoLocation) MoEProperties().addAttribute(String, dynamic)
  • Removed APIs
Then Now
onPushClick(Map<String, dynamic>) onPushClick(PushCampaign)
onInAppClick(Map<String, dynamic>) onInAppClick(InAppCampaign)
onInAppShown(Map<String, dynamic>) onInAppShown(InAppCampaign)
onInAppShown(Map<String, dynamic> message) onInAppShown(InAppCampaign message)
passPushToken(String) passFCMPushToken(String)
passPushPayload(Map<String, String>) passFCMPushPayload(Map<String, String>)
  • Removed APIs Android
Then Now
MoEInitializer.initialize(MoEngage) MoEInitializer.initialize(Context, MoEngage.Builder)

1.1.0 #

  • Add Dart APIs for passing FCM Push Token and FCM Push Payload from Android Platform.

1.0.1 #

  • Sample Updated
  • ReadMe Updated
  • Improved logging

1.0.0 #

  • Initial Release
23
likes
0
points
27.3k
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Plugin for MoEngage Platform. MoEngage is an Intelligent Customer Engagement Platform

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on moengage_flutter