Skip to content

Releases: customerio/customerio-flutter

4.0.0

10 Apr 16:18

Choose a tag to compare

4.0.0 (2026-04-10)

⚠ BREAKING CHANGES

  • Added support for Swift Package Manager (SPM) in Flutter SDK. No changes for apps using CocoaPods, apps using SPM should refer to the updated documentation for setup instructions. (#330)

Features

  • Added support for Swift Package Manager (SPM) (#330) (8abff81)

3.5.0

02 Apr 23:00

Choose a tag to compare

3.5.0 (2026-04-02)

Features

3.4.0

11 Mar 04:16

Choose a tag to compare

3.4.0 (2026-03-11)

Features

3.3.0

21 Feb 09:07

Choose a tag to compare

3.3.0 (2026-02-21)

Features

  • Added support for Notification Inbox (#313) (b1e732b)

3.2.2

16 Feb 19:00

Choose a tag to compare

3.2.2 (2026-02-16)

Bug Fixes

3.2.1

05 Feb 23:28

Choose a tag to compare

3.2.1 (2026-02-05)

Bug Fixes

  • Remove outdated sonatype snapshot dependency (#303) (02309bf)

3.2.0

14 Jan 13:57

Choose a tag to compare

3.2.0 (2026-01-14)

Features

  • In-app messages now support SSE (Server-Sent Events) as an alternative to polling, reducing latency and improving message delivery efficiency (#298) (59ab310)

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)