Skip to content

Commit c09c7c5

Browse files
[AI-FSSDK] prepare for release flutter v3.5.0 (#112)
* [FSSDK-12525] release flutter v3.5.0 * [FSSDK-12525] bump version to 3.5.0 * [FSSDK-12525] remove unrelated PR from changelog * [FSSDK-12525] Add Feature Rollout docs link to changelog Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * [FSSDK-12525] Move doc link to separate line in changelog Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bb0ba59 commit c09c7c5

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Optimizely Flutter SDK Changelog
22

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))
17+
318
## 3.4.3
419
May 01, 2026
520

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Other Flutter platforms are not currently supported by this SDK.
3030
To add the flutter-sdk to your project dependencies, include the following in your app's pubspec.yaml:
3131

3232
```
33-
optimizely_flutter_sdk: ^3.4.3
33+
optimizely_flutter_sdk: ^3.5.0
3434
```
3535

3636
Then run

lib/package_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
class PackageInfo {
55
static const String name = 'optimizely_flutter_sdk';
6-
static const String version = '3.4.3';
6+
static const String version = '3.5.0';
77
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: optimizely_flutter_sdk
22
description: This repository houses the Flutter SDK for use with Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts.
3-
version: 3.4.3
3+
version: 3.5.0
44
homepage: https://github.com/optimizely/optimizely-flutter-sdk
55

66
environment:

0 commit comments

Comments
 (0)