intrack_flutter 3.0.4
intrack_flutter: ^3.0.4 copied to clipboard
InTrack helps you sending the right message at the right time via the right channel to your customers.
3.0.3 #
Added #
- App update detection, sdk now can detect newer version of the app is installed and sent a systemic event for it.
Android #
- Rewrite android in-app feature to support html rendering.
- Sdk now support Sticky push notifications.
- Sdk now support Count-Down push notifications.
Break changes #
- Setting default theme from sdk has been removed. themes now are fully controlled from inTrack's panel.
the function
enableInAppMessaging
will no longer accept defaultTheme as parameter.
Android #
- you android Main Activity now should extend from FlutterFragmentActivity or any activity that set ViewTreeLifecycleOwner on its decorView
- minimum required sdk is now bumped to 21
Android (2.6.6) #
Added
- update gradle versions
- update method channel
- font family enum
- InAppMessageListener onError
Fixed
- memory leak
iOS (2.6.5) #
Added
- InApp
- InAppMessageDelegate
- InAppTheme data model
Fixed
- memory leak
0.0.10 #
- InAppMessage callback for Android and iOS
setSDKLocalStorageMaxFileSize
0.0.9 #
- improving push notification delivery and callback on Android.
0.0.8 #
Added
methods: recordCustomChannelDelivery
, recordCustomChannelClick
, updateScreenData
, getUserId
font
toInAppMessaging
theme
0.0.7 #
- inApp for android
- improving event's time (using NTP)
- new method: getDeviceId
- new config: seCollectAdvertisingId
- upgrading firebase version on android
0.0.6 #
- improve log level in iOS
- removing some dependency in Android
0.0.5 #
- upgrading firebase version on android
- handling multiple fcm channel on android
0.0.4 #
- improve push notification delivery on android.
- modifying android required api version.
- fix some bug.
0.0.1 #
- basic functionality of InTrack SDK for android and iOS.