Releases: mindbox-cloud/flutter-sdk
Releases · mindbox-cloud/flutter-sdk
mindbox_platform_interface v2.15.1
Merge pull request #192 from mindbox-cloud/release/2.15.1 Release 2.15.1
mindbox_ios v2.15.1
Merge pull request #192 from mindbox-cloud/release/2.15.1 Release 2.15.1
mindbox_android v2.15.1
Merge pull request #192 from mindbox-cloud/release/2.15.1 Release 2.15.1
mindbox v2.15.1
Upgrade Android SDK dependency to v2.15.1
Fixes
- [Android] Fixed onboarding in-app not displaying in release builds with R8 enabled
mindbox_platform_interface v2.15.0
Merge pull request #186 from mindbox-cloud/release/2.15.0 Release 2.15.0
mindbox_ios v2.15.0
Merge pull request #186 from mindbox-cloud/release/2.15.0 Release 2.15.0
mindbox_android v2.15.0
Merge pull request #186 from mindbox-cloud/release/2.15.0 Release 2.15.0
mindbox v2.15.0
Upgrade Android and iOS SDK dependencies to v2.15.0
Warning
Onboarding in-app may not display correctly on the Android target in release builds with R8 enabled. Fixed in Flutter SDK 2.15.1. If you stay on 2.15.0, add the following rule to your app's android/app/proguard-rules.pro:
-keepclassmembers class cloud.mindbox.mobile_sdk.inapp.presentation.view.BridgeMessage$* {
<fields>;
}
New Features
- Added a new in-app format — onboarding: a sequence of fullscreen screens shown one after another, configured entirely in the Mindbox dashboard without additional development. Learn more in the guide
Improvements
- Internal improvements and maintenance
mindbox_platform_interface v2.14.5
Merge pull request #183 from mindbox-cloud/release/2.14.5 Release 2.14.5
mindbox_ios v2.14.5
Merge pull request #183 from mindbox-cloud/release/2.14.5 Release 2.14.5