Releases: customerio/customerio-flutter
Releases · customerio/customerio-flutter
2.8.0
2.7.0
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
- Upgrade Kotlin and AGP versions (#284) (ed9da81)
- Added support for queue sticky sessions from latest Android native SDK (customerio/customerio-android#598)
- Align public API with other CIO SDK platforms from latest Android native SDK (customerio/customerio-android#600)
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
2.6.0
2.6.0 (2025-09-16)
Improvements
- Updated Native iOS SDK from
3.11.0to3.13.1which 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
2.4.3
2.4.2
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)