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

outdated

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

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>)

1.1.0 (10-02-2020) #

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

1.0.1 (17-12-2019) #

  • Sample Updated
  • ReadMe Updated
  • Improved logging

1.0.0 (16-12-2019) #

  • Initial Release
23
likes
0
points
24.1k
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