You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Optimizely Flutter SDK Changelog
2
2
3
+
## 3.5.0
4
+
May 13, 2026
5
+
6
+
### New Features
7
+
8
+
**Feature Rollout**: Introduced Feature Rollout capabilities. Feature Rollouts represent a new experiment type merging Targeted Delivery simplicity with A/B test measurement capabilities.
9
+
See [Feature Rollout docs](https://support.optimizely.com/hc/en-us/articles/45552846481037-Run-Feature-Rollouts-in-Feature-Experimentation) for more information.
10
+
11
+
### Dependency Updates
12
+
13
+
* Bumped iOS OptimizelySwiftSDK from 5.2.1 to 5.3.0
14
+
* Bumped Android android-sdk from 5.1.1 to 5.2.0
15
+
16
+
* Bump native SDKs for feature rollout support ([#111](https://github.com/optimizely/optimizely-flutter-sdk/pull/111))
Copy file name to clipboardExpand all lines: pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: optimizely_flutter_sdk
2
2
description: This repository houses the Flutter SDK for use with Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts.
0 commit comments