Skip to content

Releases: customerio/customerio-flutter

2.2.0

02 Jun 20:38
Compare
Choose a tag to compare

2.2.0 (2025-06-02)

Features

  • Add support for iOS no-swizzling approach and improve example app setup (#226) (2f4c0a2)

2.1.8

30 May 11:51
Compare
Choose a tag to compare

2.1.8 (2025-05-30)

Bug Fixes

  • Fixed a crash that occurred only when the app was restored by Android OS from background after being removed from memory with a modal in-app message active. (#225) (b521461)

2.1.7

22 May 05:48
Compare
Choose a tag to compare

2.1.7 (2025-05-22)

Bug Fixes

2.1.6

28 Apr 09:48
Compare
Choose a tag to compare

2.1.6 (2025-04-28)

Updates the iOS native dependency from 3.8.1 to 3.8.2 and Android native dependency from 4.5.6 to 4.5.8 which includes the following improvements.(#221) (56418f2)

Bug Fixes

2.1.5

14 Apr 20:36
Compare
Choose a tag to compare

2.1.5 (2025-04-14)

Bug Fixes

  • Better support for user data with missing fields—SDK now handles null values in nested attributes or traits gracefully. (#217) (0d5928b)

2.1.4

03 Apr 17:09
Compare
Choose a tag to compare

2.1.4 (2025-04-03)

Updates the iOS native dependency from 3.8.0 to 3.8.1 and Android native dependency from 4.5.3 to 4.5.5 which includes the following improvements.

Bug Fixes

  • [iOS] Fixed an issue where the “Application Installed” event was incorrectly triggered on every app launch instead of only after the initial installation.
  • [Android] Resolved syncing issues for events stored while in battery saver (offline) mode (customerio/customerio-android#498) (6f3d16f)
  • [Android] Fixed the sequencing of screen tracking events for in-app messaging current screen state (customerio/customerio-android#500) (6877daf)

2.1.3

27 Feb 12:11
Compare
Choose a tag to compare

2.1.3 (2025-02-27)

Bug Fixes

  • Incorrectly scrolling content for in-app modal messages positioned top/bottom (#208) (5bdf0eb)

2.1.2

21 Feb 09:21
Compare
Choose a tag to compare

2.1.2 (2025-02-21)

Bug Fixes

  • Android 14 introduced strict rules for when apps are in the killed state, impacting push delivery tracking. This release fixes that.(#204) (8b60a4e)

2.1.1

09 Jan 10:29
Compare
Choose a tag to compare

2.1.1 (2025-01-09)

Updates the iOS native dependency from 3.7.1 to 3.7.2 and Android native dependency from 4.5.0 to 4.5.2 which includes the following improvements.

Bug Fixes

2.1.0

06 Jan 20:13
Compare
Choose a tag to compare

2.1.0 (2025-01-06)

Features

  • Added ability to disable forwarding screen events to destinations/servers. Apps can still send screen events for local processing and use them for page rules in in-app messages by updating SDK configuration during initialization. (#190) (b4a4fed)