Skip to content

Releases: customerio/customerio-flutter

3.1.1

16 Dec 13:39

Choose a tag to compare

3.1.1 (2025-12-16)

Bug Fixes

  • Bump Android compileSdk to 36 for AndroidX compatibility (#297) (5b8f972)

3.1.0

30 Oct 21:24

Choose a tag to compare

3.1.0 (2025-10-30)

Features

  • Updated the SDK and dependencies for Android 16 compatibility, including minor updates to better support newer OS restrictions and behavior changes. (#293) (2b235de)

⚠️ Notes

  • Apps now may need to update their compileSdk version to 36 and Gradle version to at least 8.9.3 to ensure compatibility with updated dependencies and to successfully build against Android 16.

3.0.1

24 Oct 20:15

Choose a tag to compare

3.0.1 (2025-10-24)

Bug Fixes

  • prevent message type crash in release builds (#291) (44ff921)

3.0.0

17 Oct 07:43

Choose a tag to compare

3.0.0 (2025-10-17)

⚠ BREAKING CHANGES

  • Add CioFirebaseWrapper to pull in Firebase specific services (#290)

Features

  • Add CioFirebaseWrapper to pull in Firebase specific services (#290) (444becb)

2.9.0

08 Oct 20:02

Choose a tag to compare

2.9.0 (2025-10-08)

Features

  • You can now send banners, modals, pop-ups, and surveys to anonymous visitors —no ID or email required. (#289) (47f1918)

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)