klaviyo_flutter 0.2.0
klaviyo_flutter: ^0.2.0 copied to clipboard
Flutter plugin for Klaviyo integration. Provides push messaging and Klaviyo analitics services
Changelog #
0.2.0 #
- Add individual set profile attributes methods, thanks @Lo4D
- Critical Fix: Resolve Klaviyo All Events Failure for Arabic Language, thanks @Musharaf13
- Add
setBadgeCount()to iOS and updateKlaviyoSwiftdependency, thanks @Lo4D - Add individual set profile attributes methods
- Updated Android SDK to 3.3.1, Updated iOS SDK to 4.2.1
0.1.4 #
- Update project to support Android SDK 35 and tooling, thanks @sn1cka
0.1.3 #
- Added Namespace declaration for Android Gradle Plugin compatibility, thanks @Codel1417
0.1.2 #
- Updated Android SDK to 3.0.0, Updated iOS SDK to 4.0.0
0.1.1 #
- Use correct Klaviyo notification key for Android
0.1.0 #
- Updated Android SDK to 2.2.1, Updated iOS SDK to 3.0.4
0.0.4+1 #
- Improved sending events in Android and iOS
0.0.3+1 #
- Updated Android SDK to 1.3.4, Updated iOS SDK to 2.2.1
0.0.2+3 #
- Fix for option properties in Android, Updated Android SDK to 1.1.1
0.0.2+2 #
- Fix for sending properties to Klaviyo API via Android
0.0.2+1 #
- Fix for sending properties to Klaviyo API, empty string in phone number caused an issue
- Added missing properties:
organization,title,imageandproperties
0.0.1+7 #
- Updated Android SDK to 1.1.0, null checks
0.0.1+6 #
- Implemented
setEmail,getEmail,setPhoneNumber,getPhoneNumberon both Android and iOS
0.0.1+5 #
- Added iOS extension to tracking push notifications to fixed issue #1
0.0.1+4 #
- Implemented
getExternalId,resetProfileon both Android and iOS
0.0.1+3 #
- Implemented
isInitialized,isKlaviyoPush - Updated Android SDK to 1.0.1
0.0.1+2 #
- Implemented
handlePushon both Android and iOS - Updated
updateProfileon iOS
0.0.1+1 #
- Implemented
updateProfile,initialize,sendTokenToKlaviyo,logEventon both Android and iOS