vwo_fme_flutter_sdk 1.8.2
vwo_fme_flutter_sdk: ^1.8.2 copied to clipboard
FME is a server-side solution where you integrate VWO's SDK in your server codebase and can run feature tests, rollouts, personalization and experimentation campaigns.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.8.2 - 2025-12-19 #
Fixed #
- Fixed a bug validating settings when json type variable contains array of objects
- Fixed issue where
getVariable()andgetVariables()returned fallback/empty values when fetching user data from storage for rollout rule.
1.7.2 - 2025-08-22 #
Changed #
- Resolved an issue where the iOS SDK was incorrectly identifying the device type for iPhones.
1.7.0 - 2025-08-14 #
Added #
- Added support for sending a one-time SDK initialization event to VWO server as part of health-check milestones.
1.6.4 - 2025-07-25 #
Added #
- Send the SDK name and version in the events and batching call to VWO as query parameters.
1.6.3 - 2025-07-24 #
Added #
- Send the SDK name and version in the settings call to VWO as query parameters.
1.6.0 - 2025-05-09 #
1.4.0 - 2025-03-12 #
Added #
- Support for storing impression events while the device is offline, ensuring no data loss. These events are batched and seamlessly synchronized with VWO servers once the device reconnects to the internet.
- Online event batching allows synchronization of impression events while the device is online. This feature can be configured by setting either the minimum batch size or the batch upload time interval during SDK initialization.
- Support for sending multiple attributes at once.
- Support to use external logger provided in dart code
- Support for configuring SDK when linking with VWO Mobile Insights SDK. This can be configured by setting session data received via callback from Mobile Insights SDK