Releases: customerio/customerio-flutter
Releases · customerio/customerio-flutter
3.1.1
3.1.0
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
compileSdkversion to36and Gradle version to at least8.9.3to ensure compatibility with updated dependencies and to successfully build against Android 16.
3.0.1
3.0.0
2.9.0
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