optimove_flutter 3.3.2 copy "optimove_flutter: ^3.3.2" to clipboard
optimove_flutter: ^3.3.2 copied to clipboard

Optimove Flutter SDK

Changelog #

3.3.2 #

  • Fixed Android in-app deep link handler being garbage collected by holding a strong reference

3.3.1 #

  • Updated the iOS SDK to version ~> 6.2.3:
    • Fix issue where images with query parameters in dynamic image URLs are not displaying correctly
    • Fix potential crash when handling push notifications due to method swizzling target resolution in apps using delegate forwarding patterns

3.3.0 #

  • Updated the iOS SDK to version ~> 6.2.0:
    • Add Privacy Manifest
    • Add support for coexistence with other SDKs that swizzle push related app delegate methods
    • Fix invalidating sessions on NetworkClientImpl deinit
    • Fix same immediate events sent multiple times
    • Fix in app presentation issue in orientation change
    • Fix Xcode 16 OptimoveSDK warnings
    • Fix deeplink decoding issue
    • Remove SetUserAgent event
  • Added inAppSetDisplayMode API
  • Added support for inAppDisplayMode key in the optimove.json initialization file

3.2.0 #

  • Added small icon customization in Android

3.1.0 #

  • Added sendLocationUpdate API
  • Added trackEddystoneBeaconProximity API

3.0.0 #

  • [Breaking] For push opens don't set launch intent flags. Instead rely on the default launch mode.

2.2.0 #

  • Updated the iOS SDK to version 5.2.2

2.1.0 #

  • Added support for T&T only and Optimobile only initializations

2.0.0 #

  • [Breaking] Updated API method names:
    1. updateConsentForUser to inAppUpdateConsent
    2. markAllInboxItemsAsRead to inAppMarkAllInboxItemsAsRead
    3. getInboxSummary to inAppGetInboxSummary
    4. getInboxItems to inAppGetInboxItems
    5. presentInboxMessage to inAppPresentInboxMessage
    6. deleteMessageFromInbox to inAppDeleteMessageFromInbox
    7. markAsRead to inAppMarkAsRead
  • [Breaking] Updated the setInAppDeeplinkHandler API to receive inAppPress objects
  • Updated the Android SDK version to 7.0.0
  • Updated the iOS SDK to version 5.1.1
  • Added signOutUser API
  • Added pushUnregister API
  • Added install info report
  • Fixed an iOS bug where push notification is not shown when a foreground notification received listener is set
  • Fixed an iOS bug where in some scenarios, in app inbox items dates are not formatted properly

1.0.0 #

Flutter SDK release, use the documentation to implement