Skip to content

Commit 305b5ec

Browse files
chore: prepare for release 3.4.2 (#100)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6e55eb5 commit 305b5ec

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 3.4.2
4+
March 25, 2026
5+
6+
### Bug Fixes
7+
* Ensure FlutterResult and invokeMethod are always called on main thread ([#98](https://github.com/optimizely/optimizely-flutter-sdk/pull/98))
8+
39
## 3.4.1
410
January 28th, 2026
511

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.1
33+
optimizely_flutter_sdk: ^3.4.2
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.1';
6+
static const String version = '3.4.2';
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.1
3+
version: 3.4.2
44
homepage: https://github.com/optimizely/optimizely-flutter-sdk
55

66
environment:

0 commit comments

Comments
 (0)