Skip to content

Releases: customerio/customerio-flutter

2.8.0

07 Oct 11:52

Choose a tag to compare

2.8.0 (2025-10-07)

Features

  • Improve push notificaiton delivery receipts delay (#287) (4503048)

2.7.0

03 Oct 10:02

Choose a tag to compare

2.7.0 (2025-10-03)

Breaking Features

  • Support for Kotlin 2+ is added (#591) (b5f94ff)

but this also means apps needs to have the following minimum requirement

  • Gradle: 8.0 or later
  • Android Gradle Plugin (AGP): 8.0 or later (8.2+ recommended)
  • Kotlin: 1.9.20 or later (2.0+ required if using Kotlin Multiplatform or K2-specific features)

Features

Bug Fixes

  • Resolved a crash when dismissing in app messages using back press during initial loading phase. Users can now safely navigate away from messages without encountering unexpected app crashes. from latest Android native SDK (customerio/customerio-android#608)

2.6.1

29 Sep 09:10

Choose a tag to compare

2.6.1 (2025-09-29)

Bug Fixes

2.6.0

16 Sep 16:25

Choose a tag to compare

2.6.0 (2025-09-16)

Improvements

  • Updated Native iOS SDK from 3.11.0 to 3.13.1 which includes following updates: (#280) (70c78cc)
    • Added support for queue sticky sessions
    • Align public API with other CIO SDK platforms
    • Fixed build issues on Xcode 26 beta that only affected apps using CocoaPods
    • Fixed an issue where custom scheme URLs were not opening when using FCM with CioAppDelegateWrapper

2.5.0

27 Aug 10:22

Choose a tag to compare

2.5.0 (2025-08-27)

Features

  • Align public API with other CIO SDK platforms (#271) (b559742)

2.4.3

11 Aug 07:36

Choose a tag to compare

2.4.3 (2025-08-11)

Bug Fixes

  • Fixed an issue where inline message view occupied 1dp of space even when no content was available. With this fix, the view no longer takes up any visual space when content is unavailable and only becomes visible when there is content to display. (#259) (b78cffd)

2.4.2

24 Jul 18:05

Choose a tag to compare

2.4.2 (2025-07-24)

Fixes and Tooling update

  • Support for FCM 12.x is added which requires a minimum iOS deployment target of 15. If you're using FCM module, ensure your deployment target and tooling are up to date. Or lock Firebase to 11.x to avoid compatibility issues
  • Fixes a crash when build attributes from device are nullable (iOS 3.11.0, Android 4.7.1) (#253) (9e66b4b)

2.4.1

21 Jul 10:51

Choose a tag to compare

2.4.1 (2025-07-21)

Bug Fixes

  • Fixed build issue on iOS by adding a default implementation for an internal SPI method in DeepLinkUtil, preventing conformance errors with BUILD_LIBRARY_FOR_DISTRIBUTION = YES (#249) (7313421)

2.4.0

17 Jul 15:00

Choose a tag to compare

2.4.0 (2025-07-17)

Features

  • Add ability to configure messaging channels for local notifications (#247) (0541919)

2.3.1

09 Jul 11:23

Choose a tag to compare

2.3.1 (2025-07-09)

Bug Fixes

  • Preserve numeric types when doing sanitization for JSON (#246) (ea94c07)