marigold_mobile_flutter_sdk 2.0.0
marigold_mobile_flutter_sdk: ^2.0.0 copied to clipboard
A wrapper for the Marigold mobile SDKs using Flutter
2.0.0 #
- Breaking: Remove deprecated
Marigold.logRegistrationEvent— useCheetah.logRegistrationEventinstead - Breaking:
MessageStream.registerMessageImpressionnow takesImpressionTypeinstead ofint - Breaking:
Sailthru.trackPageviewtags parameter changed fromMap<String, Object>toList<String>?(now optional, matches native SDK type) - Breaking:
Sailthru.trackImpressionurls parameter changed fromMap<String, Object>toList<String>?(now optional, matches native SDK type) - Breaking:
Message.attributestype narrowed fromMap<String?, String?>?toMap<String, String?>?(map keys from the platform channel are never null) - Add
ImpressionTypeenum (inAppNotificationView,streamView,detailView) Sailthru.logEventvars parameter is now optional- Update Marigold Android SDK to 27.0.2
- Update Marigold iOS SDK to 19.0.0
- Fix
PurchaseItem.addFullImageandaddThumbImageincorrectly using the item URL instead of the provided image URL - Fix iOS
Sailthru.setAttributesalways applying merge rule asupdateregardless of the specified rule - Fix iOS
Marigold.updateLocationlosing coordinate precision by convertingdoubletofloat - Add documentation comments to all public API classes and methods
1.0.1 #
- Fix Android plugin class filename casing causing build failures on case-sensitive filesystems (Linux CI)
1.0.0 #
- Update Marigold iOS SDK to 18.4.0
- Update Marigold Android SDK to 26.1.0
- Add Cheetah class with new logRegistrationEvent method
- Deprecate Marigold.logRegistrationEvent method
- Fix barrel file
0.0.3 #
- Update Marigold iOS SDK to 18.2.0
- Update Marigold Android SDK to 25.0.0
- Add messageFor method
0.0.2 #
- Adjusted build settings for Bitrise compatibility
- Improved and expanded documentation
0.0.1 #
- Initial release of the Marigold Mobile Flutter SDK