Flutter Package Release Notes¶
3.16.1 (2025/07/10)¶
Bug Fixes
Resolved a possible app crash that could occur, if a non existing remote config key was searched for.
3.16.0 (2025/05/23)¶
New Features
It is now possible to track arbitrary event and set user profiles from within WebView.
3.14.0 (2025/03/28)¶
Changes
Due to the removal of the Android v1 embedding PluginRegistry in Flutter 3.29, we have removed the code using the PluginRegistry from the Repro Flutter Plugin.
Warning
Note that this change will make the plugin unavailable for apps using Android v1 embedding (especially Flutter version 1.x, etc.).If you are using Android v1 embedding, please continue to use Flutter Package 3.13.0 or lower, or consider upgrading your Flutter SDK and supporting Android embedding v2 in your app.
3.11.0 (2024/08/29)¶
Changes
Fixed a problem in which the callback set with
setOpenUrlCallback
did not work in certain cases in the Android environment.
3.1.0 (2022/08/31)¶
New Features
The opening of Universal-Links (also called App-Links) can now be customized with a new callback API.
For details please refer to this document.
Changes
The SDK has been updated. Please refer to the release notes below.
3.0.0 (2022/06/03)¶
Changes
Plug-ins are now compatible with the Sound null safety feature applied from Dart 2.12.
Warning
Please note that this change will make the plug-in unavailable for apps that do not have the sound null safety feature enabled (especially Flutter version 1.x).If you have not enabled the Sound null safety feature, please continue to use the Flutter Package 2.1.0 or lower, or consider upgrading your Flutter SDK and enabling the Sound null safety feature in your app.
New Features
Android embedding v2 to apply plug-ins is now supported.
For more information, please see: Upgrading pre 1.12 Android projects · flutter/flutter Wiki
Added API to customize behavior when receiving push notifications.
For details please refer to this document.
2.1.0 (2022/04/14)¶
Changes
SDK environment detection for minor platforms added in order to improve customer support.
The SDK has been updated. Please refer to the release notes below.
2.0.1 (2022/03/01)¶
Changes
The SDK has been updated. Please refer to the release notes below.
Resolved a problem where under rare circumstances the method
enableInAppMessagesOnForegroundTransition
would not be called.
2.0.0 (2021/12/07)¶
Changes
The SDK has been updated. Please refer to the release notes below.
The signature of the
getNewsFeeds
method has been changed. Please refer to the Development Guide for details.Fixed an issue which In-App messages were not displayed properly depending on the
RenderMode
andTransparencyMode
setting values.
1.0.0 (2020/08/26)¶
Official full version has been released.
Changes
The SDK has been updated. Please refer to the release notes below.
This release contains APIs for the features-Newsfeed, UX Optimizer (Beta), and AI Recommender for In-App Messages (Beta). For more information on each feature, please see below:
The overall API signature has been changed from the previous version. Please refer to the Development Guide for information on how to use the modified API.